Shades of Fun Green #125B40
Tints of Fun Green #125B40
RGB
CMYK
RGB Variations
Color information
#125B40 (or 0x125B40) is known color: Fun Green. HEX triplet: 12, 5B and 40. RGB value is (18,91,64). Sum of RGB (Red+Green+Blue) = 18+91+64=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #125B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B40 is #EDA4BF. Grayscale: #424242. Windows color (decimal): -15574208 or 4217618. OLE color: 4217618.
HSL color Cylindrical-coordinate representation of color #125B40: hue angle of 157.81º 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 #125B40 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 64 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.64 |
| HSL | 157.81º | 0.67% | 0.21% | - |
| HSV(B) | 157.81º | 0.8% | 0.36% | - |
| XYZ | 4.92 | 7.98 | 6.13 | - |
| YUV | 66.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 64 | 0.80 | 0 | 0.30 | 0.64 | 157.81 | 0.67 | 0.21 |
| Hex | 12 | 5B | 40 | 50 | 0 | 1E | 40 | 9E | 43 | 15 |
| Octal | 22 | 133 | 100 | 120 | 0 | 36 | 100 | 236 | 103 | 25 |
| Binary | 10010 | 1011011 | 1000000 | 1010000 | 0 | 11110 | 1000000 | 10011110 | 1000011 | 10101 |
Color Harmonies of #125B40
Complementary color
Monochromatic Colors of #125B40
Black with #125B40
Text Example
Text Example
White with #125B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B40; }
p { color: rgb(18,91,64); }
H1.HeaderClassName
{
color: #125B40;
}
.AnyTagClassName
{
color: #125B40;
}
</style>
background-color css
<style>
a { background-color: #125B40; }
a { background-color: rgb(18,91,64); }
div.DivClassName
{
background-color: #125B40;
}
.BgClassName
{
background-color: #125B40;
}
</style>
border-color css
<style>
span { border-color: #125B40; }
span { border-color: rgb(18,91,64); }
td.TdClassName
{
border-color: #125B40;
}
.TagClassName
{
border-color: #125B40;
}
</style>