#0A9A89

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

Shades of Persian Green #0A9A89

Tints of Persian Green #0A9A89

Color information

#0A9A89 (or 0x0A9A89) is unknown color: approx Persian Green. HEX triplet: 0A, 9A and 89. RGB value is (10,154,137). Sum of RGB (Red+Green+Blue) = 10+154+137=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9A89 is #F56576. Grayscale: #6C6C6C. Windows color (decimal): -16082295 or 9017866. OLE color: 9017866.

HSL color Cylindrical-coordinate representation of color #0A9A89: hue angle of 172.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A89 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB10154137-
CMYK0.9400.110.40
HSL172.92º87.8%32.16%-
HSV(B)172.92º93.51%60.39%-
XYZ16.224.9827.64-
YUV109.01143.7957.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=3.32%
G=51.16%
B=45.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101541370.9400.110.40172.9287.832.16
HexA9A895E0B28ad5820
Octal122322111360135025513040
Binary10101001101010001001101111001011101000101011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,154,137); }

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

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

 a { background-color: rgb(10,154,137); }

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

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

 span { border-color: rgb(10,154,137); }

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