Shades of Fun Green #125B41
Tints of Fun Green #125B41
RGB
CMYK
RGB Variations
Color information
#125B41 (or 0x125B41) is known color: Fun Green. HEX triplet: 12, 5B and 41. RGB value is (18,91,65). Sum of RGB (Red+Green+Blue) = 18+91+65=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #125B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B41 is #EDA4BE. Grayscale: #424242. Windows color (decimal): -15574207 or 4283154. OLE color: 4283154.
HSL color Cylindrical-coordinate representation of color #125B41: hue angle of 158.63º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B41 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 65 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.64 |
| HSL | 158.63º | 0.67% | 0.21% | - |
| HSV(B) | 158.63º | 0.8% | 0.36% | - |
| XYZ | 4.94 | 7.99 | 6.28 | - |
| YUV | 66.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 65 | 0.80 | 0 | 0.29 | 0.64 | 158.63 | 0.67 | 0.21 |
| Hex | 12 | 5B | 41 | 50 | 0 | 1D | 40 | 9F | 43 | 15 |
| Octal | 22 | 133 | 101 | 120 | 0 | 35 | 100 | 237 | 103 | 25 |
| Binary | 10010 | 1011011 | 1000001 | 1010000 | 0 | 11101 | 1000000 | 10011111 | 1000011 | 10101 |
Color Harmonies of #125B41
Complementary color
Monochromatic Colors of #125B41
Black with #125B41
Text Example
Text Example
White with #125B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B41; }
p { color: rgb(18,91,65); }
H1.HeaderClassName
{
color: #125B41;
}
.AnyTagClassName
{
color: #125B41;
}
</style>
background-color css
<style>
a { background-color: #125B41; }
a { background-color: rgb(18,91,65); }
div.DivClassName
{
background-color: #125B41;
}
.BgClassName
{
background-color: #125B41;
}
</style>
border-color css
<style>
span { border-color: #125B41; }
span { border-color: rgb(18,91,65); }
td.TdClassName
{
border-color: #125B41;
}
.TagClassName
{
border-color: #125B41;
}
</style>