#126C06

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

Shades of Green #126C06

Tints of Green #126C06

Color information

#126C06 (or 0x126C06) is unknown color: approx Green. HEX triplet: 12, 6C and 06. RGB value is (18,108,6). Sum of RGB (Red+Green+Blue) = 18+108+6=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 108 (42.58% from 255 or 81.82% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 108 - color contains mainly: green. Hex color #126C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C06 is #ED93F9. Grayscale: #454545. Windows color (decimal): -15569914 or 420882. OLE color: 420882.

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

Color convert

RGB181086-
CMYK0.8300.940.58
HSL112.94º89.47%22.35%-
HSV(B)112.94º94.44%42.35%-
XYZ5.6410.871.97-
YUV69.4692.1891.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 108 (42.58% from 255) = 81.82%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=13.64%
G=81.82%
B=4.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1810860.8300.940.58112.9489.4722.35
Hex126C65305E3A715916
Octal22154612301367216113126
Binary1001011011001101010011010111101110101110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,6); }

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

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

 a { background-color: rgb(18,108,6); }

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

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

 span { border-color: rgb(18,108,6); }

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