Shades of Fun Green #125C3F
Tints of Fun Green #125C3F
RGB
CMYK
RGB Variations
Color information
#125C3F (or 0x125C3F) is known color: Fun Green. HEX triplet: 12, 5C and 3F. RGB value is (18,92,63). Sum of RGB (Red+Green+Blue) = 18+92+63=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #125C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C3F is #EDA3C0. Grayscale: #424242. Windows color (decimal): -15573953 or 4152338. OLE color: 4152338.
HSL color Cylindrical-coordinate representation of color #125C3F: hue angle of 156.49º 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 #125C3F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 63 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.64 |
| HSL | 156.49º | 0.67% | 0.22% | - |
| HSV(B) | 156.49º | 0.8% | 0.36% | - |
| XYZ | 4.97 | 8.14 | 6.01 | - |
| YUV | 66.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 63 | 0.80 | 0 | 0.32 | 0.64 | 156.49 | 0.67 | 0.22 |
| Hex | 12 | 5C | 3F | 50 | 0 | 20 | 40 | 9C | 43 | 16 |
| Octal | 22 | 134 | 77 | 120 | 0 | 40 | 100 | 234 | 103 | 26 |
| Binary | 10010 | 1011100 | 111111 | 1010000 | 0 | 100000 | 1000000 | 10011100 | 1000011 | 10110 |
Color Harmonies of #125C3F
Complementary color
Monochromatic Colors of #125C3F
Black with #125C3F
Text Example
Text Example
White with #125C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C3F; }
p { color: rgb(18,92,63); }
H1.HeaderClassName
{
color: #125C3F;
}
.AnyTagClassName
{
color: #125C3F;
}
</style>
background-color css
<style>
a { background-color: #125C3F; }
a { background-color: rgb(18,92,63); }
div.DivClassName
{
background-color: #125C3F;
}
.BgClassName
{
background-color: #125C3F;
}
</style>
border-color css
<style>
span { border-color: #125C3F; }
span { border-color: rgb(18,92,63); }
td.TdClassName
{
border-color: #125C3F;
}
.TagClassName
{
border-color: #125C3F;
}
</style>