#0C9E8E

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

Shades of Persian Green #0C9E8E

Tints of Persian Green #0C9E8E

Color information

#0C9E8E (or 0x0C9E8E) is unknown color: approx Persian Green. HEX triplet: 0C, 9E and 8E. RGB value is (12,158,142). Sum of RGB (Red+Green+Blue) = 12+158+142=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9E8E is #F36171. Grayscale: #707070. Windows color (decimal): -15950194 or 9346572. OLE color: 9346572.

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

Color convert

RGB12158142-
CMYK0.9200.100.38
HSL173.42º85.88%33.33%-
HSV(B)173.42º92.41%61.96%-
XYZ17.2626.4829.79-
YUV112.52144.6356.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.85%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=3.85%
G=50.64%
B=45.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121581420.9200.100.38173.4285.8833.33
HexC9E8E5C0A26ad5621
Octal142362161340124625512641
Binary11001001111010001110101110001010100110101011011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,142); }

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

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

 a { background-color: rgb(12,158,142); }

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

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

 span { border-color: rgb(12,158,142); }

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