#0E7A10

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

Shades of Green #0E7A10

Tints of Green #0E7A10

Color information

#0E7A10 (or 0x0E7A10) is unknown color: approx Green. HEX triplet: 0E, 7A and 10. RGB value is (14,122,16). Sum of RGB (Red+Green+Blue) = 14+122+16=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 122 (48.05% from 255 or 80.26% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A10 is #F185EF. Grayscale: #4D4D4D. Windows color (decimal): -15828464 or 1079822. OLE color: 1079822.

HSL color Cylindrical-coordinate representation of color #0E7A10: hue angle of 121.11º 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 #0E7A10 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB1412216-
CMYK0.8900.870.52
HSL121.11º79.41%26.67%-
HSV(B)121.11º88.52%47.84%-
XYZ7.2314.052.82-
YUV77.6293.2282.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 122 (48.05% from 255) = 80.26%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=9.21%
G=80.26%
B=10.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14122160.8900.870.52121.1179.4126.67
HexE7A105905734794f1b
Octal161722013101276417111733
Binary11101111010100001011001010101111101001111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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