#0E5D06

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

Shades of Green #0E5D06

Tints of Green #0E5D06

Color information

#0E5D06 (or 0x0E5D06) is unknown color: approx Green. HEX triplet: 0E, 5D and 06. RGB value is (14,93,6). Sum of RGB (Red+Green+Blue) = 14+93+6=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5D06 is #F1A2F9. Grayscale: #3B3B3B. Windows color (decimal): -15835898 or 417038. OLE color: 417038.

HSL color Cylindrical-coordinate representation of color #0E5D06: hue angle of 114.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5D06 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB14936-
CMYK0.8500.940.64
HSL114.48º87.88%19.41%-
HSV(B)114.48º93.55%36.47%-
XYZ4.137.941.49-
YUV59.4697.8395.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 93 (36.72% from 255) = 82.30%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=12.39%
G=82.30%
B=5.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal149360.8500.940.64114.4887.8819.41
HexE5D65505E40725813
Octal161356125013610016213023
Binary1110101110111010101010101111010000001110010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,93,6); }

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

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

 a { background-color: rgb(14,93,6); }

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

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

 span { border-color: rgb(14,93,6); }

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