Shades of Fun Green #125A40
Tints of Fun Green #125A40
RGB
CMYK
RGB Variations
Color information
#125A40 (or 0x125A40) is known color: Fun Green. HEX triplet: 12, 5A and 40. RGB value is (18,90,64). Sum of RGB (Red+Green+Blue) = 18+90+64=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #125A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A40 is #EDA5BF. Grayscale: #414141. Windows color (decimal): -15574464 or 4217362. OLE color: 4217362.
HSL color Cylindrical-coordinate representation of color #125A40: hue angle of 158.33º 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 #125A40 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 64 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.65 |
| HSL | 158.33º | 0.67% | 0.21% | - |
| HSV(B) | 158.33º | 0.8% | 0.35% | - |
| XYZ | 4.83 | 7.81 | 6.1 | - |
| YUV | 65.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 64 | 0.80 | 0 | 0.29 | 0.65 | 158.33 | 0.67 | 0.21 |
| Hex | 12 | 5A | 40 | 50 | 0 | 1D | 41 | 9E | 43 | 15 |
| Octal | 22 | 132 | 100 | 120 | 0 | 35 | 101 | 236 | 103 | 25 |
| Binary | 10010 | 1011010 | 1000000 | 1010000 | 0 | 11101 | 1000001 | 10011110 | 1000011 | 10101 |
Color Harmonies of #125A40
Complementary color
Monochromatic Colors of #125A40
Black with #125A40
Text Example
Text Example
White with #125A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A40; }
p { color: rgb(18,90,64); }
H1.HeaderClassName
{
color: #125A40;
}
.AnyTagClassName
{
color: #125A40;
}
</style>
background-color css
<style>
a { background-color: #125A40; }
a { background-color: rgb(18,90,64); }
div.DivClassName
{
background-color: #125A40;
}
.BgClassName
{
background-color: #125A40;
}
</style>
border-color css
<style>
span { border-color: #125A40; }
span { border-color: rgb(18,90,64); }
td.TdClassName
{
border-color: #125A40;
}
.TagClassName
{
border-color: #125A40;
}
</style>