Shades of Fun Green #126C3A
Tints of Fun Green #126C3A
RGB
CMYK
RGB Variations
Color information
#126C3A (or 0x126C3A) is known color: Fun Green. HEX triplet: 12, 6C and 3A. RGB value is (18,108,58). Sum of RGB (Red+Green+Blue) = 18+108+58=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #126C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C3A is #ED93C5. Grayscale: #4B4B4B. Windows color (decimal): -15569862 or 3828754. OLE color: 3828754.
HSL color Cylindrical-coordinate representation of color #126C3A: hue angle of 146.67º 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 #126C3A is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 58 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.58 |
| HSL | 146.67º | 0.71% | 0.25% | - |
| HSV(B) | 146.67º | 0.83% | 0.42% | - |
| XYZ | 6.38 | 11.16 | 5.82 | - |
| YUV | 75.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 58 | 0.83 | 0 | 0.46 | 0.58 | 146.67 | 0.71 | 0.25 |
| Hex | 12 | 6C | 3A | 53 | 0 | 2E | 3A | 93 | 47 | 19 |
| Octal | 22 | 154 | 72 | 123 | 0 | 56 | 72 | 223 | 107 | 31 |
| Binary | 10010 | 1101100 | 111010 | 1010011 | 0 | 101110 | 111010 | 10010011 | 1000111 | 11001 |
Color Harmonies of #126C3A
Complementary color
Monochromatic Colors of #126C3A
Black with #126C3A
Text Example
Text Example
White with #126C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C3A; }
p { color: rgb(18,108,58); }
H1.HeaderClassName
{
color: #126C3A;
}
.AnyTagClassName
{
color: #126C3A;
}
</style>
background-color css
<style>
a { background-color: #126C3A; }
a { background-color: rgb(18,108,58); }
div.DivClassName
{
background-color: #126C3A;
}
.BgClassName
{
background-color: #126C3A;
}
</style>
border-color css
<style>
span { border-color: #126C3A; }
span { border-color: rgb(18,108,58); }
td.TdClassName
{
border-color: #126C3A;
}
.TagClassName
{
border-color: #126C3A;
}
</style>