#0E5F0C

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

Shades of Green #0E5F0C

Tints of Green #0E5F0C

Color information

#0E5F0C (or 0x0E5F0C) is unknown color: approx Green. HEX triplet: 0E, 5F and 0C. RGB value is (14,95,12). Sum of RGB (Red+Green+Blue) = 14+95+12=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 95 (37.5% from 255 or 78.51% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5F0C is #F1A0F3. Grayscale: #3D3D3D. Windows color (decimal): -15835380 or 810766. OLE color: 810766.

HSL color Cylindrical-coordinate representation of color #0E5F0C: hue angle of 118.55º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5F0C is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB149512-
CMYK0.8500.870.63
HSL118.55º77.57%20.98%-
HSV(B)118.55º87.37%37.25%-
XYZ4.348.31.72-
YUV61.32100.1694.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 95 (37.5% from 255) = 78.51%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=11.57%
G=78.51%
B=9.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1495120.8500.870.63118.5577.5720.98
HexE5FC550573F774e15
Octal161371412501277716711625
Binary1110101111111001010101010101111111111110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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