#126A13

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

Shades of Green #126A13

Tints of Green #126A13

Color information

#126A13 (or 0x126A13) is unknown color: approx Green. HEX triplet: 12, 6A and 13. RGB value is (18,106,19). Sum of RGB (Red+Green+Blue) = 18+106+19=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 106 (41.80% from 255 or 74.13% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 106 - color contains mainly: green. Hex color #126A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A13 is #ED95EC. Grayscale: #464646. Windows color (decimal): -15570413 or 1272338. OLE color: 1272338.

HSL color Cylindrical-coordinate representation of color #126A13: hue angle of 120.68º 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 #126A13 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1810619-
CMYK0.8300.820.58
HSL120.68º70.97%24.31%-
HSV(B)120.68º83.02%41.57%-
XYZ5.5210.482.35-
YUV69.7799.3591.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 106 (41.80% from 255) = 74.13%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=12.59%
G=74.13%
B=13.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106190.8300.820.58120.6870.9724.31
Hex126A13530523A794718
Octal221522312301227217110730
Binary100101101010100111010011010100101110101111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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