#0E7017

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

Shades of Green #0E7017

Tints of Green #0E7017

Color information

#0E7017 (or 0x0E7017) is unknown color: approx Green. HEX triplet: 0E, 70 and 17. RGB value is (14,112,23). Sum of RGB (Red+Green+Blue) = 14+112+23=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7017 is #F18FE8. Grayscale: #484848. Windows color (decimal): -15831017 or 1536014. OLE color: 1536014.

HSL color Cylindrical-coordinate representation of color #0E7017: hue angle of 125.51º 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 #0E7017 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1411223-
CMYK0.8800.790.56
HSL125.51º77.78%24.71%-
HSV(B)125.51º87.5%43.92%-
XYZ6.1311.742.75-
YUV72.55100.0386.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=9.40%
G=75.17%
B=15.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112230.8800.790.56125.5177.7824.71
HexE70175804F387e4e19
Octal161602713001177017611631
Binary11101110000101111011000010011111110001111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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