Shades of Fun Green #125939
Tints of Fun Green #125939
RGB
CMYK
RGB Variations
Color information
#125939 (or 0x125939) is known color: Fun Green. HEX triplet: 12, 59 and 39. RGB value is (18,89,57). Sum of RGB (Red+Green+Blue) = 18+89+57=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #125939 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125939 is #EDA6C6. Grayscale: #404040. Windows color (decimal): -15574727 or 3758354. OLE color: 3758354.
HSL color Cylindrical-coordinate representation of color #125939: hue angle of 152.96º degrees, saturation: 0.66, 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 #125939 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 57 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.65 |
| HSL | 152.96º | 0.66% | 0.21% | - |
| HSV(B) | 152.96º | 0.8% | 0.35% | - |
| XYZ | 4.56 | 7.57 | 5.09 | - |
| YUV | 64.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 57 | 0.80 | 0 | 0.36 | 0.65 | 152.96 | 0.66 | 0.21 |
| Hex | 12 | 59 | 39 | 50 | 0 | 24 | 41 | 99 | 42 | 15 |
| Octal | 22 | 131 | 71 | 120 | 0 | 44 | 101 | 231 | 102 | 25 |
| Binary | 10010 | 1011001 | 111001 | 1010000 | 0 | 100100 | 1000001 | 10011001 | 1000010 | 10101 |
Color Harmonies of #125939
Complementary color
Monochromatic Colors of #125939
Black with #125939
Text Example
Text Example
White with #125939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125939; }
p { color: rgb(18,89,57); }
H1.HeaderClassName
{
color: #125939;
}
.AnyTagClassName
{
color: #125939;
}
</style>
background-color css
<style>
a { background-color: #125939; }
a { background-color: rgb(18,89,57); }
div.DivClassName
{
background-color: #125939;
}
.BgClassName
{
background-color: #125939;
}
</style>
border-color css
<style>
span { border-color: #125939; }
span { border-color: rgb(18,89,57); }
td.TdClassName
{
border-color: #125939;
}
.TagClassName
{
border-color: #125939;
}
</style>