#0E7A11

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

Shades of Green #0E7A11

Tints of Green #0E7A11

Color information

#0E7A11 (or 0x0E7A11) is unknown color: approx Green. HEX triplet: 0E, 7A and 11. RGB value is (14,122,17). Sum of RGB (Red+Green+Blue) = 14+122+17=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A11 is #F185EE. Grayscale: #4E4E4E. Windows color (decimal): -15828463 or 1145358. OLE color: 1145358.

HSL color Cylindrical-coordinate representation of color #0E7A11: hue angle of 121.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A11 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1412217-
CMYK0.8900.860.52
HSL121.67º79.41%26.67%-
HSV(B)121.67º88.52%47.84%-
XYZ7.2414.052.86-
YUV77.7493.7282.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.15%
GREEN value IS 122 (48.05% from 255) = 79.74%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=9.15%
G=79.74%
B=11.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14122170.8900.860.52121.6779.4126.67
HexE7A1159056347a4f1b
Octal161722113101266417211733
Binary11101111010100011011001010101101101001111010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,17); }

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

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

 a { background-color: rgb(14,122,17); }

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

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

 span { border-color: rgb(14,122,17); }

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