#126A16

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

Shades of Green #126A16

Tints of Green #126A16

Color information

#126A16 (or 0x126A16) is unknown color: approx Green. HEX triplet: 12, 6A and 16. RGB value is (18,106,22). Sum of RGB (Red+Green+Blue) = 18+106+22=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #126A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A16 is #ED95E9. Grayscale: #464646. Windows color (decimal): -15570410 or 1468946. OLE color: 1468946.

HSL color Cylindrical-coordinate representation of color #126A16: hue angle of 122.73º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A16 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1810622-
CMYK0.8300.790.58
HSL122.73º70.97%24.31%-
HSV(B)122.73º83.02%41.57%-
XYZ5.5510.492.49-
YUV70.11100.8590.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 106 (41.80% from 255) = 72.60%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=12.33%
G=72.60%
B=15.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106220.8300.790.58122.7370.9724.31
Hex126A165304F3A7b4718
Octal221522612301177217310730
Binary100101101010101101010011010011111110101111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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