Shades of Fun Green #125C41
Tints of Fun Green #125C41
RGB
CMYK
RGB Variations
Color information
#125C41 (or 0x125C41) is known color: Fun Green. HEX triplet: 12, 5C and 41. RGB value is (18,92,65). Sum of RGB (Red+Green+Blue) = 18+92+65=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #125C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C41 is #EDA3BE. Grayscale: #424242. Windows color (decimal): -15573951 or 4283410. OLE color: 4283410.
HSL color Cylindrical-coordinate representation of color #125C41: hue angle of 158.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C41 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 65 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.64 |
| HSL | 158.11º | 0.67% | 0.22% | - |
| HSV(B) | 158.11º | 0.8% | 0.36% | - |
| XYZ | 5.03 | 8.16 | 6.31 | - |
| YUV | 66.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 65 | 0.80 | 0 | 0.29 | 0.64 | 158.11 | 0.67 | 0.22 |
| Hex | 12 | 5C | 41 | 50 | 0 | 1D | 40 | 9E | 43 | 16 |
| Octal | 22 | 134 | 101 | 120 | 0 | 35 | 100 | 236 | 103 | 26 |
| Binary | 10010 | 1011100 | 1000001 | 1010000 | 0 | 11101 | 1000000 | 10011110 | 1000011 | 10110 |
Color Harmonies of #125C41
Complementary color
Monochromatic Colors of #125C41
Black with #125C41
Text Example
Text Example
White with #125C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C41; }
p { color: rgb(18,92,65); }
H1.HeaderClassName
{
color: #125C41;
}
.AnyTagClassName
{
color: #125C41;
}
</style>
background-color css
<style>
a { background-color: #125C41; }
a { background-color: rgb(18,92,65); }
div.DivClassName
{
background-color: #125C41;
}
.BgClassName
{
background-color: #125C41;
}
</style>
border-color css
<style>
span { border-color: #125C41; }
span { border-color: rgb(18,92,65); }
td.TdClassName
{
border-color: #125C41;
}
.TagClassName
{
border-color: #125C41;
}
</style>