#126E15

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

Shades of Green #126E15

Tints of Green #126E15

Color information

#126E15 (or 0x126E15) is unknown color: approx Green. HEX triplet: 12, 6E and 15. RGB value is (18,110,21). Sum of RGB (Red+Green+Blue) = 18+110+21=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #126E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E15 is #ED91EA. Grayscale: #484848. Windows color (decimal): -15569387 or 1404434. OLE color: 1404434.

HSL color Cylindrical-coordinate representation of color #126E15: hue angle of 121.96º 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 #126E15 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB1811021-
CMYK0.8400.810.57
HSL121.96º71.88%25.1%-
HSV(B)121.96º83.64%43.14%-
XYZ5.9611.332.58-
YUV72.3599.0289.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 110 (43.36% from 255) = 73.83%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=12.08%
G=73.83%
B=14.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110210.8400.810.57121.9671.8825.1
Hex126E1554051397a4819
Octal221562512401217117211031
Binary100101101110101011010100010100011110011111010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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