#0E7A08

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

Shades of Green #0E7A08

Tints of Green #0E7A08

Color information

#0E7A08 (or 0x0E7A08) is unknown color: approx Green. HEX triplet: 0E, 7A and 08. RGB value is (14,122,8). Sum of RGB (Red+Green+Blue) = 14+122+8=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 122 (48.05% from 255 or 84.72% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A08 is #F185F7. Grayscale: #4D4D4D. Windows color (decimal): -15828472 or 555534. OLE color: 555534.

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

Color convert

RGB141228-
CMYK0.8900.930.52
HSL116.84º87.69%25.49%-
HSV(B)116.84º93.44%47.84%-
XYZ7.1814.032.56-
YUV76.7189.2283.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.72%
GREEN value IS 122 (48.05% from 255) = 84.72%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=9.72%
G=84.72%
B=5.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1412280.8900.930.52116.8487.6925.49
HexE7A85905D34755819
Octal161721013101356416513031
Binary1110111101010001011001010111011101001110101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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