#126D14

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

Shades of Green #126D14

Tints of Green #126D14

Color information

#126D14 (or 0x126D14) is unknown color: approx Green. HEX triplet: 12, 6D and 14. RGB value is (18,109,20). Sum of RGB (Red+Green+Blue) = 18+109+20=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #126D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126D14 is #ED92EB. Grayscale: #474747. Windows color (decimal): -15569644 or 1338642. OLE color: 1338642.

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

Color convert

RGB1810920-
CMYK0.8300.820.57
HSL121.32º71.65%24.9%-
HSV(B)121.32º83.49%42.75%-
XYZ5.8411.122.5-
YUV71.6498.8589.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 109 (42.97% from 255) = 74.15%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=12.24%
G=74.15%
B=13.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109200.8300.820.57121.3271.6524.9
Hex126D145305239794819
Octal221552412301227117111031
Binary100101101101101001010011010100101110011111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,20); }

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

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

 a { background-color: rgb(18,109,20); }

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

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

 span { border-color: rgb(18,109,20); }

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