#126D3C

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

Shades of Fun Green #126D3C

Tints of Fun Green #126D3C

Color information

#126D3C (or 0x126D3C) is unknown color: approx Fun Green. HEX triplet: 12, 6D and 3C. RGB value is (18,109,60). Sum of RGB (Red+Green+Blue) = 18+109+60=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #126D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D3C is #ED92C3. Grayscale: #4C4C4C. Windows color (decimal): -15569604 or 3960082. OLE color: 3960082.

HSL color Cylindrical-coordinate representation of color #126D3C: hue angle of 147.69º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D3C is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB1810960-
CMYK0.8300.450.57
HSL147.69º71.65%24.9%-
HSV(B)147.69º83.49%42.75%-
XYZ6.5311.396.13-
YUV76.2118.8586.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 109 (42.97% from 255) = 58.29%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=9.63%
G=58.29%
B=32.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109600.8300.450.57147.6971.6524.9
Hex126D3C5302D39944819
Octal22155741230557122411031
Binary1001011011011111001010011010110111100110010100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,60); }

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

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

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

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

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

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

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