#0A9C86

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

Shades of Persian Green #0A9C86

Tints of Persian Green #0A9C86

Color information

#0A9C86 (or 0x0A9C86) is unknown color: approx Persian Green. HEX triplet: 0A, 9C and 86. RGB value is (10,156,134). Sum of RGB (Red+Green+Blue) = 10+156+134=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9C86 is #F56379. Grayscale: #6D6D6D. Windows color (decimal): -16081786 or 8821770. OLE color: 8821770.

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

Color convert

RGB10156134-
CMYK0.9400.140.39
HSL170.96º87.95%32.55%-
HSV(B)170.96º93.59%61.18%-
XYZ16.3225.5626.63-
YUV109.84141.6356.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.33%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=3.33%
G=52%
B=44.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101561340.9400.140.39170.9687.9532.55
HexA9C865E0E27ab5821
Octal122342061360164725313041
Binary10101001110010000110101111001110100111101010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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