#0AA89D

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

Shades of Persian Green #0AA89D

Tints of Persian Green #0AA89D

Color information

#0AA89D (or 0x0AA89D) is unknown color: approx Persian Green. HEX triplet: 0A, A8 and 9D. RGB value is (10,168,157). Sum of RGB (Red+Green+Blue) = 10+168+157=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA89D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA89D is #F55762. Grayscale: #777777. Windows color (decimal): -16078691 or 10332170. OLE color: 10332170.

HSL color Cylindrical-coordinate representation of color #0AA89D: hue angle of 175.82º 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 #0AA89D is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB10168157-
CMYK0.9400.070.34
HSL175.82º88.76%34.9%-
HSV(B)175.82º94.05%65.88%-
XYZ20.2130.536.72-
YUV119.5149.1549.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=2.99%
G=50.15%
B=46.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101681570.9400.070.34175.8288.7634.9
HexAA89D5E0722b05923
Octal12250235136074226013143
Binary1010101010001001110110111100111100010101100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,168,157); }

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

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

 a { background-color: rgb(10,168,157); }

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

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

 span { border-color: rgb(10,168,157); }

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