#126812

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

Shades of Green #126812

Tints of Green #126812

Color information

#126812 (or 0x126812) is unknown color: approx Green. HEX triplet: 12, 68 and 12. RGB value is (18,104,18). Sum of RGB (Red+Green+Blue) = 18+104+18=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #126812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126812 is #ED97ED. Grayscale: #444444. Windows color (decimal): -15570926 or 1206290. OLE color: 1206290.

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

Color convert

RGB1810418-
CMYK0.8300.830.59
HSL120º70.49%23.92%-
HSV(B)120º82.69%40.78%-
XYZ5.3110.072.24-
YUV68.4899.5191.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 104 (41.02% from 255) = 74.29%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=12.86%
G=74.29%
B=12.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104180.8300.830.5912070.4923.92
Hex126812530533B784618
Octal221502212301237317010630
Binary100101101000100101010011010100111110111111000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126812; }

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

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

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

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

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

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

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

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