Shades of Fun Green #126C38
Tints of Fun Green #126C38
RGB
CMYK
RGB Variations
Color information
#126C38 (or 0x126C38) is known color: Fun Green. HEX triplet: 12, 6C and 38. RGB value is (18,108,56). Sum of RGB (Red+Green+Blue) = 18+108+56=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #126C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C38 is #ED93C7. Grayscale: #4B4B4B. Windows color (decimal): -15569864 or 3697682. OLE color: 3697682.
HSL color Cylindrical-coordinate representation of color #126C38: hue angle of 145.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C38 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 56 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.58 |
| HSL | 145.33º | 0.71% | 0.25% | - |
| HSV(B) | 145.33º | 0.83% | 0.42% | - |
| XYZ | 6.33 | 11.14 | 5.56 | - |
| YUV | 75.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 56 | 0.83 | 0 | 0.48 | 0.58 | 145.33 | 0.71 | 0.25 |
| Hex | 12 | 6C | 38 | 53 | 0 | 30 | 3A | 91 | 47 | 19 |
| Octal | 22 | 154 | 70 | 123 | 0 | 60 | 72 | 221 | 107 | 31 |
| Binary | 10010 | 1101100 | 111000 | 1010011 | 0 | 110000 | 111010 | 10010001 | 1000111 | 11001 |
Color Harmonies of #126C38
Complementary color
Monochromatic Colors of #126C38
Black with #126C38
Text Example
Text Example
White with #126C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C38; }
p { color: rgb(18,108,56); }
H1.HeaderClassName
{
color: #126C38;
}
.AnyTagClassName
{
color: #126C38;
}
</style>
background-color css
<style>
a { background-color: #126C38; }
a { background-color: rgb(18,108,56); }
div.DivClassName
{
background-color: #126C38;
}
.BgClassName
{
background-color: #126C38;
}
</style>
border-color css
<style>
span { border-color: #126C38; }
span { border-color: rgb(18,108,56); }
td.TdClassName
{
border-color: #126C38;
}
.TagClassName
{
border-color: #126C38;
}
</style>