#0C8B0E

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

Shades of Green #0C8B0E

Tints of Green #0C8B0E

Color information

#0C8B0E (or 0x0C8B0E) is unknown color: approx Green. HEX triplet: 0C, 8B and 0E. RGB value is (12,139,14). Sum of RGB (Red+Green+Blue) = 12+139+14=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 139 (54.69% from 255 or 84.24% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8B0E is #F374F1. Grayscale: #575757. Windows color (decimal): -15955186 or 953100. OLE color: 953100.

HSL color Cylindrical-coordinate representation of color #0C8B0E: hue angle of 120.94º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B0E is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1213914-
CMYK0.9100.900.45
HSL120.94º84.11%29.61%-
HSV(B)120.94º91.37%54.51%-
XYZ9.4618.583.5-
YUV86.7886.9274.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 139 (54.69% from 255) = 84.24%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=7.27%
G=84.24%
B=8.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139140.9100.900.45120.9484.1129.61
HexC8BE5B05A2D79541e
Octal142131613301325517112436
Binary11001000101111101011011010110101011011111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,14); }

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

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

 a { background-color: rgb(12,139,14); }

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

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

 span { border-color: rgb(12,139,14); }

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