Html Css Color HEX #06AD91 Persian Green

📋 copy color: '#06AD91'

red 6 ◦ green 173 ◦ blue 145

#06AD91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #06AD91

Tints of Persian Green #06AD91

RGB

 RED value IS 6 (2.73% from 255) = 1.85%

 GREEN value IS 173 (67.97% from 255) = 53.4%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 1.85%
G = 53.4%
B = 44.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06AD91 (or 0x06AD91) is known color: Persian Green. HEX triplet: 06, AD and 91. RGB value is (6,173,145). Sum of RGB (Red+Green+Blue) = 6+173+145=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AD91 is #F9526E. Grayscale: #777777. Windows color (decimal): -16339567 or 9547014. OLE color: 9547014.

HSL color Cylindrical-coordinate representation of color #06AD91: hue angle of 169.94º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD91 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 173 145 -
CMYK 0.97 0 0.16 0.32
HSL 169.94º 0.93% 0.35% -
HSV(B) 169.94º 0.97% 0.68% -
XYZ 20.13 31.97 31.9 -
YUV 119.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 6 173 145 0.97 0 0.16 0.32 169.94 0.93 0.35
Hex 6 AD 91 61 0 10 20 AA 5D 23
Octal 6 255 221 141 0 20 40 252 135 43
Binary 110 10101101 10010001 1100001 0 10000 100000 10101010 1011101 100011

Color Harmonies of #06AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AD91

Black with #06AD91

Text Example


Text Example

White with #06AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AD91; }

 p { color: rgb(6,173,145); }

 H1.HeaderClassName
 {
   color: #06AD91;
 }
 .AnyTagClassName
 {
   color: #06AD91;
 }
</style>

background-color css

<style>
 a { background-color: #06AD91; }

 a { background-color: rgb(6,173,145); }

 div.DivClassName
 {
   background-color: #06AD91;
 }
 .BgClassName
 {
   background-color: #06AD91;
 }
</style>

border-color css

<style>
 span { border-color: #06AD91; }

 span { border-color: rgb(6,173,145); }

 td.TdClassName
 {
   border-color: #06AD91;
 }
 .TagClassName
 {
   border-color: #06AD91;
 }
</style>