#0c9c89

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

Shades of Persian Green #0C9C89

Tints of Persian Green #0C9C89

Color information

#0C9C89 (or 0x0C9C89) is unknown color: approx Persian Green. HEX triplet: 0C, 9C and 89. RGB value is (12,156,137). Sum of RGB (Red+Green+Blue) = 12+156+137=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9C89 is #F36376. Grayscale: #6E6E6E. Windows color (decimal): -15950711 or 9018380. OLE color: 9018380.

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

Color convert

RGB12156137-
CMYK0.9200.120.39
HSL172.08º85.71%32.94%-
HSV(B)172.08º92.31%61.18%-
XYZ16.5625.6627.75-
YUV110.78142.7957.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.93%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=3.93%
G=51.15%
B=44.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121561370.9200.120.39172.0885.7132.94
HexC9C895C0C27ac5621
Octal142342111340144725412641
Binary11001001110010001001101110001100100111101011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,156,137); }

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

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

 a { background-color: rgb(12,156,137); }

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

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

 span { border-color: rgb(12,156,137); }

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