COLOR #06AD5E

HEX: #06AD5E
RGB: (6,173,94)

Renk bilgisi

#06AD5E contains mainly green color. #06AD5E ‘ nin web güvenlik rengi #009966 (ya da #096) dir.

RGB renk modeli

#06AD5E color RGB value is (6,173,94).

  • kırmız ton 6;
  • yeşil ton 173;
  • mavi ton 94.
RGB:
(6,173,94)
(2%,68%,37%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 173 of 255 = 68%
B 94 of 255 = 37%

6
173
94

R + G + B ~ 36%. #06AD5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 173 + 94 = 273 (100%)
R 6 of 273 ~ 2.2%
G 173 of 273 ~ 63.37%
B 94 of 273 ~ 34.43%

%63.37
%34.43

CMYK RENK MODELİ

#06AD5E rengi CMYK tonu (97,0,46,32).

  • camgöbeği tonu 96.53%
  • eflatun tonu 0.00%
  • sarı tonu 45.66%
  • ana renk tonu 32.16%
CMYK:
(97,0,46,32)
C97M0Y46K32 
(97%,0%,46%,32%)
(0.97/0.00/0.46/0.32)	

CMYK yüzdeleri

%96.53
%0
%45.66
%32.16

Codes

Color #06AD5E in popluar color models

06AD5E
RGB617394
HSL152°93.30%35.10%
HSB/HSV152°96.53%67.84%
CMYK96.53%0.00%45.66%
32.16%

Color #06AD5E in popluar number systems.

HEX06AD5E
Decimal617394
Binary110101011011011110
Octal6255136

Shades and tints

Shades of #06AD5E

#06AD5E
(6,173,94)
#069E56
(6,158,86)
#068F4E
(6,143,78)
#068046
(6,128,70)
#06713E
(6,113,62)
#066236
(6,98,54)
#06532E
(6,83,46)
#064426
(6,68,38)
#06351E
(6,53,30)
#062616
(6,38,22)
#06170E
(6,23,14)
#000000
(0,0,0)

Tints of #06AD5E

#06AD5E
(6,173,94)
#1CB46C
(28,180,108)
#32BB7A
(50,187,122)
#48C288
(72,194,136)
#5EC996
(94,201,150)
#74D0A4
(116,208,164)
#8AD7B2
(138,215,178)
#A0DEC0
(160,222,192)
#B6E5CE
(182,229,206)
#CCECDC
(204,236,220)
#E2F3EA
(226,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06AD5E color. Also use rgb(6,173,94) instead hex code.

Text Font Color

.myTextColor { color: #06AD5E; }

<p style="color:#06AD5E">This sample text font color is #06AD5E.</p>

This text font color is #06AD5E.


Background Color

.myBgColor { background-color: #06AD5E; }

<div style="background-color:#06AD5E">Inner text</div>

This div background color is #06AD5E.


Border color

.myBorderColor { border: 1px solid #06AD5E; }

<div style="border:3px solid #06AD5E">Div</div>

This div border color is #06AD5E.


Opacity

.myOpacity80 { color: #06AD5E; opacity: 0.8; }

<p style="color:#06AD5E;opacity:0.8;">80%</p>

Text with #06AD5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06AD5E;}

<p style="text-shadow: 3px 3px 1px #06AD5E">Text here.</p>

This text has shadow with #06AD5E color.

.textShadow {text-shadow: 3px 3px 1px #06AD5E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06AD5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #06AD5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06AD5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06AD5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #06AD5E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06AD5E;
  -webkit-box-shadow:	1px 1px 3px 2px #06AD5E;
  box-shadow:		1px 1px 3px 2px #06AD5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06AD5E;
-webkit-box-shadow: 1px 1px 3px 2px #06AD5E;
box-shadow:1px 1px 3px 2px #06AD5E;">
Div content here</div>
This div box has shadow with color #06AD5E.

Preview

Color preview on black background

This text has color #06AD5E on black background.


Color preview on white background

This text has color #06AD5E on white background.



Black color preview on #06AD5E background

This text has black color on #06AD5E background.


White color preview on #06AD5E background

This text has white color on #06AD5E background.