#0E7016

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

Shades of Green #0E7016

Tints of Green #0E7016

Color information

#0E7016 (or 0x0E7016) is unknown color: approx Green. HEX triplet: 0E, 70 and 16. RGB value is (14,112,22). Sum of RGB (Red+Green+Blue) = 14+112+22=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7016 is #F18FE9. Grayscale: #484848. Windows color (decimal): -15831018 or 1470478. OLE color: 1470478.

HSL color Cylindrical-coordinate representation of color #0E7016: hue angle of 124.9º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7016 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1411222-
CMYK0.8800.800.56
HSL124.9º77.78%24.71%-
HSV(B)124.9º87.5%43.92%-
XYZ6.1211.742.7-
YUV72.4499.5386.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 112 (44.14% from 255) = 75.68%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=9.46%
G=75.68%
B=14.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112220.8800.800.56124.977.7824.71
HexE701658050387d4e19
Octal161602613001207017511631
Binary11101110000101101011000010100001110001111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,112,22); }

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

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

 a { background-color: rgb(14,112,22); }

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

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

 span { border-color: rgb(14,112,22); }

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