#126040

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

Shades of Fun Green #126040

Tints of Fun Green #126040

Color information

#126040 (or 0x126040) is unknown color: approx Fun Green. HEX triplet: 12, 60 and 40. RGB value is (18,96,64). Sum of RGB (Red+Green+Blue) = 18+96+64=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #126040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126040 is #ED9FBF. Grayscale: #454545. Windows color (decimal): -15572928 or 4218898. OLE color: 4218898.

HSL color Cylindrical-coordinate representation of color #126040: hue angle of 155.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126040 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB189664-
CMYK0.8100.330.62
HSL155.38º68.42%22.35%-
HSV(B)155.38º81.25%37.65%-
XYZ5.368.866.28-
YUV69.03125.1691.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=10.11%
G=53.93%
B=35.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896640.8100.330.62155.3868.4222.35
Hex126040510213E9b4416
Octal221401001210417623310426
Binary10010110000010000001010001010000111111010011011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126040; }

 p { color: rgb(18,96,64); }

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

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

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

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

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

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

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