#126e16

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

Shades of Green #126E16

Tints of Green #126E16

Color information

#126E16 (or 0x126E16) is unknown color: approx Green. HEX triplet: 12, 6E and 16. RGB value is (18,110,22). Sum of RGB (Red+Green+Blue) = 18+110+22=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 110 (43.36% from 255 or 73.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 110 - color contains mainly: green. Hex color #126E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E16 is #ED91E9. Grayscale: #484848. Windows color (decimal): -15569386 or 1469970. OLE color: 1469970.

HSL color Cylindrical-coordinate representation of color #126E16: hue angle of 122.61º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E16 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB1811022-
CMYK0.8400.80.57
HSL122.61º71.88%25.1%-
HSV(B)122.61º83.64%43.14%-
XYZ5.9711.342.63-
YUV72.4699.5289.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 110 (43.36% from 255) = 73.33%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=12%
G=73.33%
B=14.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110220.8400.80.57122.6171.8825.1
Hex126E1654050397b4819
Octal221562612401207117311031
Binary100101101110101101010100010100001110011111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126e16; }

 p { color: rgb(18,110,22); }

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

<style>
 a { background-color: #126e16; }

 a { background-color: rgb(18,110,22); }

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

<style>
 span { border-color: #126e16; }

 span { border-color: rgb(18,110,22); }

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