Shades of Fun Green #125A41
Tints of Fun Green #125A41
RGB
CMYK
RGB Variations
Color information
#125A41 (or 0x125A41) is known color: Fun Green. HEX triplet: 12, 5A and 41. RGB value is (18,90,65). Sum of RGB (Red+Green+Blue) = 18+90+65=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #125A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A41 is #EDA5BE. Grayscale: #414141. Windows color (decimal): -15574463 or 4282898. OLE color: 4282898.
HSL color Cylindrical-coordinate representation of color #125A41: hue angle of 159.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A41 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 65 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.65 |
| HSL | 159.17º | 0.67% | 0.21% | - |
| HSV(B) | 159.17º | 0.8% | 0.35% | - |
| XYZ | 4.86 | 7.82 | 6.25 | - |
| YUV | 65.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 65 | 0.80 | 0 | 0.28 | 0.65 | 159.17 | 0.67 | 0.21 |
| Hex | 12 | 5A | 41 | 50 | 0 | 1C | 41 | 9F | 43 | 15 |
| Octal | 22 | 132 | 101 | 120 | 0 | 34 | 101 | 237 | 103 | 25 |
| Binary | 10010 | 1011010 | 1000001 | 1010000 | 0 | 11100 | 1000001 | 10011111 | 1000011 | 10101 |
Color Harmonies of #125A41
Complementary color
Monochromatic Colors of #125A41
Black with #125A41
Text Example
Text Example
White with #125A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A41; }
p { color: rgb(18,90,65); }
H1.HeaderClassName
{
color: #125A41;
}
.AnyTagClassName
{
color: #125A41;
}
</style>
background-color css
<style>
a { background-color: #125A41; }
a { background-color: rgb(18,90,65); }
div.DivClassName
{
background-color: #125A41;
}
.BgClassName
{
background-color: #125A41;
}
</style>
border-color css
<style>
span { border-color: #125A41; }
span { border-color: rgb(18,90,65); }
td.TdClassName
{
border-color: #125A41;
}
.TagClassName
{
border-color: #125A41;
}
</style>