#0E7D10

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

Shades of Green #0E7D10

Tints of Green #0E7D10

Color information

#0E7D10 (or 0x0E7D10) is unknown color: approx Green. HEX triplet: 0E, 7D and 10. RGB value is (14,125,16). Sum of RGB (Red+Green+Blue) = 14+125+16=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 125 (49.22% from 255 or 80.65% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7D10 is #F182EF. Grayscale: #4F4F4F. Windows color (decimal): -15827696 or 1080590. OLE color: 1080590.

HSL color Cylindrical-coordinate representation of color #0E7D10: hue angle of 121.08º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7D10 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1412516-
CMYK0.8900.870.51
HSL121.08º79.86%27.25%-
HSV(B)121.08º88.8%49.02%-
XYZ7.6114.82.95-
YUV79.3992.2381.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 125 (49.22% from 255) = 80.65%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=9.03%
G=80.65%
B=10.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14125160.8900.870.51121.0879.8627.25
HexE7D10590573379501b
Octal161752013101276317112033
Binary11101111101100001011001010101111100111111001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,125,16); }

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

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

 a { background-color: rgb(14,125,16); }

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

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

 span { border-color: rgb(14,125,16); }

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