#0C8710

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

Shades of Green #0C8710

Tints of Green #0C8710

Color information

#0C8710 (or 0x0C8710) is unknown color: approx Green. HEX triplet: 0C, 87 and 10. RGB value is (12,135,16). Sum of RGB (Red+Green+Blue) = 12+135+16=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8710 is #F378EF. Grayscale: #555555. Windows color (decimal): -15956208 or 1083148. OLE color: 1083148.

HSL color Cylindrical-coordinate representation of color #0C8710: hue angle of 121.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8710 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1213516-
CMYK0.9100.880.47
HSL121.95º83.67%28.82%-
HSV(B)121.95º91.11%52.94%-
XYZ8.9117.443.39-
YUV84.6689.2576.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 135 (53.12% from 255) = 82.82%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=7.36%
G=82.82%
B=9.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135160.9100.880.47121.9583.6728.82
HexC87105B0582F7a541d
Octal142072013301305717212435
Binary110010000111100001011011010110001011111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,16); }

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

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

 a { background-color: rgb(12,135,16); }

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

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

 span { border-color: rgb(12,135,16); }

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