#126612

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

Shades of Green #126612

Tints of Green #126612

Color information

#126612 (or 0x126612) is unknown color: approx Green. HEX triplet: 12, 66 and 12. RGB value is (18,102,18). Sum of RGB (Red+Green+Blue) = 18+102+18=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #126612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126612 is #ED99ED. Grayscale: #434343. Windows color (decimal): -15571438 or 1205778. OLE color: 1205778.

HSL color Cylindrical-coordinate representation of color #126612: hue angle of 120º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126612 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1810218-
CMYK0.8200.820.6
HSL120º70%23.53%-
HSV(B)120º82.35%40%-
XYZ5.119.682.17-
YUV67.31100.1792.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=13.04%
G=73.91%
B=13.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102180.8200.820.61207023.53
Hex126612520523C784618
Octal221462212201227417010630
Binary100101100110100101010010010100101111001111000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126612; }

 p { color: rgb(18,102,18); }

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

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

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

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

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

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

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