#0AA999

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

Shades of Persian Green #0AA999

Tints of Persian Green #0AA999

Color information

#0AA999 (or 0x0AA999) is unknown color: approx Persian Green. HEX triplet: 0A, A9 and 99. RGB value is (10,169,153). Sum of RGB (Red+Green+Blue) = 10+169+153=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA999 is #F55666. Grayscale: #777777. Windows color (decimal): -16078439 or 10070282. OLE color: 10070282.

HSL color Cylindrical-coordinate representation of color #0AA999: hue angle of 173.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA999 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB10169153-
CMYK0.9400.090.34
HSL173.96º88.83%35.1%-
HSV(B)173.96º94.08%66.27%-
XYZ20.0630.7435.01-
YUV119.64146.8249.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=3.01%
G=50.90%
B=46.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101691530.9400.090.34173.9688.8335.1
HexAA9995E0922ae5923
Octal122512311360114225613143
Binary10101010100110011001101111001001100010101011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,169,153); }

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

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

 a { background-color: rgb(10,169,153); }

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

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

 span { border-color: rgb(10,169,153); }

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