Html Css Color HEX #06AD92 Persian Green

📋 copy color: '#06AD92'

red 6 ◦ green 173 ◦ blue 146

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

Shades of Persian Green #06AD92

Tints of Persian Green #06AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 1.85%
G = 53.23%
B = 44.92%

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

#06AD92 (or 0x06AD92) is known color: Persian Green. HEX triplet: 06, AD and 92. RGB value is (6,173,146). Sum of RGB (Red+Green+Blue) = 6+173+146=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AD92 is #F9526D. Grayscale: #777777. Windows color (decimal): -16339566 or 9612550. OLE color: 9612550.

HSL color Cylindrical-coordinate representation of color #06AD92: hue angle of 170.3º 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 #06AD92 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 173 146 -
CMYK 0.97 0 0.16 0.32
HSL 170.3º 0.93% 0.35% -
HSV(B) 170.3º 0.97% 0.68% -
XYZ 20.21 32 32.31 -
YUV 119.99 142.67 46.7 -
System Red Green Blue C M Y K H S L
Decimal 6 173 146 0.97 0 0.16 0.32 170.3 0.93 0.35
Hex 6 AD 92 61 0 10 20 AA 5D 23
Octal 6 255 222 141 0 20 40 252 135 43
Binary 110 10101101 10010010 1100001 0 10000 100000 10101010 1011101 100011

Color Harmonies of #06AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AD92

Black with #06AD92

Text Example


Text Example

White with #06AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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