#0C9986

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

Shades of Persian Green #0C9986

Tints of Persian Green #0C9986

Color information

#0C9986 (or 0x0C9986) is unknown color: approx Persian Green. HEX triplet: 0C, 99 and 86. RGB value is (12,153,134). Sum of RGB (Red+Green+Blue) = 12+153+134=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9986 is #F36679. Grayscale: #6C6C6C. Windows color (decimal): -15951482 or 8821004. OLE color: 8821004.

HSL color Cylindrical-coordinate representation of color #0C9986: hue angle of 171.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9986 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB12153134-
CMYK0.9200.120.4
HSL171.91º85.45%32.35%-
HSV(B)171.91º92.16%60%-
XYZ15.8524.5826.46-
YUV108.67142.2959.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=4.01%
G=51.17%
B=44.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531340.9200.120.4171.9185.4532.35
HexC99865C0C28ac5520
Octal142312061340145025412540
Binary11001001100110000110101110001100101000101011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,134); }

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

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

 a { background-color: rgb(12,153,134); }

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

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

 span { border-color: rgb(12,153,134); }

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