Shades of Fun Green #125E3E
Tints of Fun Green #125E3E
RGB
CMYK
RGB Variations
Color information
#125E3E (or 0x125E3E) is known color: Fun Green. HEX triplet: 12, 5E and 3E. RGB value is (18,94,62). Sum of RGB (Red+Green+Blue) = 18+94+62=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #125E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E3E is #EDA1C1. Grayscale: #434343. Windows color (decimal): -15573442 or 4087314. OLE color: 4087314.
HSL color Cylindrical-coordinate representation of color #125E3E: hue angle of 154.74º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E3E is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 62 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.63 |
| HSL | 154.74º | 0.68% | 0.22% | - |
| HSV(B) | 154.74º | 0.81% | 0.37% | - |
| XYZ | 5.12 | 8.48 | 5.92 | - |
| YUV | 67.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 62 | 0.81 | 0 | 0.34 | 0.63 | 154.74 | 0.68 | 0.22 |
| Hex | 12 | 5E | 3E | 51 | 0 | 22 | 3F | 9B | 44 | 16 |
| Octal | 22 | 136 | 76 | 121 | 0 | 42 | 77 | 233 | 104 | 26 |
| Binary | 10010 | 1011110 | 111110 | 1010001 | 0 | 100010 | 111111 | 10011011 | 1000100 | 10110 |
Color Harmonies of #125E3E
Complementary color
Monochromatic Colors of #125E3E
Black with #125E3E
Text Example
Text Example
White with #125E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E3E; }
p { color: rgb(18,94,62); }
H1.HeaderClassName
{
color: #125E3E;
}
.AnyTagClassName
{
color: #125E3E;
}
</style>
background-color css
<style>
a { background-color: #125E3E; }
a { background-color: rgb(18,94,62); }
div.DivClassName
{
background-color: #125E3E;
}
.BgClassName
{
background-color: #125E3E;
}
</style>
border-color css
<style>
span { border-color: #125E3E; }
span { border-color: rgb(18,94,62); }
td.TdClassName
{
border-color: #125E3E;
}
.TagClassName
{
border-color: #125E3E;
}
</style>