#0E8212

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

Shades of Green #0E8212

Tints of Green #0E8212

Color information

#0E8212 (or 0x0E8212) is unknown color: approx Green. HEX triplet: 0E, 82 and 12. RGB value is (14,130,18). Sum of RGB (Red+Green+Blue) = 14+130+18=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8212 is #F17DED. Grayscale: #525252. Windows color (decimal): -15826414 or 1212942. OLE color: 1212942.

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

Color convert

RGB1413018-
CMYK0.8900.860.49
HSL122.07º80.56%28.24%-
HSV(B)122.07º89.23%50.98%-
XYZ8.2716.13.24-
YUV82.5591.5779.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.64%
GREEN value IS 130 (51.17% from 255) = 80.25%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=8.64%
G=80.25%
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.49
SystemRedGreenBlueCMYKHSL
Decimal14130180.8900.860.49122.0780.5628.24
HexE821259056317a511c
Octal162022213101266117212134
Binary111010000010100101011001010101101100011111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,130,18); }

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

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

 a { background-color: rgb(14,130,18); }

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

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

 span { border-color: rgb(14,130,18); }

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