#0AA09C

Color #0AA09C Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0AA09C

Tints of Persian Green #0AA09C

Color information

#0AA09C (or 0x0AA09C) is unknown color: approx Persian Green. HEX triplet: 0A, A0 and 9C. RGB value is (10,160,156). Sum of RGB (Red+Green+Blue) = 10+160+156=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA09C is #F55F63. Grayscale: #727272. Windows color (decimal): -16080740 or 10264586. OLE color: 10264586.

HSL color Cylindrical-coordinate representation of color #0AA09C: hue angle of 178.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA09C is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB10160156-
CMYK0.9400.020.37
HSL178.4º88.24%33.33%-
HSV(B)178.4º93.75%62.75%-
XYZ18.727.6135.8-
YUV114.69151.353.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.07%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=3.07%
G=49.08%
B=47.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101601560.9400.020.37178.488.2433.33
HexAA09C5E0225b25821
Octal12240234136024526213041
Binary101010100000100111001011110010100101101100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA09C; }

 p { color: rgb(10,160,156); }

 H1.HeaderClassName
 {
   color: #0AA09C;
 }
 .AnyTagClassName
 {
   color: #0AA09C;
 }
</style>
background-color css

<style>
 a { background-color: #0AA09C; }

 a { background-color: rgb(10,160,156); }

 div.DivClassName
 {
   background-color: #0AA09C;
 }
 .BgClassName
 {
   background-color: #0AA09C;
 }
</style>
border-color css

<style>
 span { border-color: #0AA09C; }

 span { border-color: rgb(10,160,156); }

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