#0E8701

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

Shades of Green #0E8701

Tints of Green #0E8701

Color information

#0E8701 (or 0x0E8701) is unknown color: approx Green. HEX triplet: 0E, 87 and 01. RGB value is (14,135,1). Sum of RGB (Red+Green+Blue) = 14+135+1=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 135 (53.12% from 255 or 90% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8701 is #F178FE. Grayscale: #535353. Windows color (decimal): -15825151 or 100110. OLE color: 100110.

HSL color Cylindrical-coordinate representation of color #0E8701: hue angle of 114.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E8701 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB141351-
CMYK0.9000.990.47
HSL114.18º98.53%26.67%-
HSV(B)114.18º99.26%52.94%-
XYZ8.8517.422.93-
YUV83.5481.4178.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 135 (53.12% from 255) = 90%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=9.33%
G=90%
B=0.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1413510.9000.990.47114.1898.5326.67
HexE8715A0632F72631b
Octal16207113201435716214333
Binary11101000011111011010011000111011111110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,1); }

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

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

 a { background-color: rgb(14,135,1); }

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

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

 span { border-color: rgb(14,135,1); }

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