Shades of Fun Green #125B3E
Tints of Fun Green #125B3E
RGB
CMYK
RGB Variations
Color information
#125B3E (or 0x125B3E) is known color: Fun Green. HEX triplet: 12, 5B and 3E. RGB value is (18,91,62). Sum of RGB (Red+Green+Blue) = 18+91+62=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #125B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B3E is #EDA4C1. Grayscale: #414141. Windows color (decimal): -15574210 or 4086546. OLE color: 4086546.
HSL color Cylindrical-coordinate representation of color #125B3E: hue angle of 156.16º 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 #125B3E is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 62 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.64 |
| HSL | 156.16º | 0.67% | 0.21% | - |
| HSV(B) | 156.16º | 0.8% | 0.36% | - |
| XYZ | 4.86 | 7.96 | 5.84 | - |
| YUV | 65.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 62 | 0.80 | 0 | 0.32 | 0.64 | 156.16 | 0.67 | 0.21 |
| Hex | 12 | 5B | 3E | 50 | 0 | 20 | 40 | 9C | 43 | 15 |
| Octal | 22 | 133 | 76 | 120 | 0 | 40 | 100 | 234 | 103 | 25 |
| Binary | 10010 | 1011011 | 111110 | 1010000 | 0 | 100000 | 1000000 | 10011100 | 1000011 | 10101 |
Color Harmonies of #125B3E
Complementary color
Monochromatic Colors of #125B3E
Black with #125B3E
Text Example
Text Example
White with #125B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B3E; }
p { color: rgb(18,91,62); }
H1.HeaderClassName
{
color: #125B3E;
}
.AnyTagClassName
{
color: #125B3E;
}
</style>
background-color css
<style>
a { background-color: #125B3E; }
a { background-color: rgb(18,91,62); }
div.DivClassName
{
background-color: #125B3E;
}
.BgClassName
{
background-color: #125B3E;
}
</style>
border-color css
<style>
span { border-color: #125B3E; }
span { border-color: rgb(18,91,62); }
td.TdClassName
{
border-color: #125B3E;
}
.TagClassName
{
border-color: #125B3E;
}
</style>