Shades of Fun Green #125B3C
Tints of Fun Green #125B3C
RGB
CMYK
RGB Variations
Color information
#125B3C (or 0x125B3C) is known color: Fun Green. HEX triplet: 12, 5B and 3C. RGB value is (18,91,60). Sum of RGB (Red+Green+Blue) = 18+91+60=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #125B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B3C is #EDA4C3. Grayscale: #414141. Windows color (decimal): -15574212 or 3955474. OLE color: 3955474.
HSL color Cylindrical-coordinate representation of color #125B3C: hue angle of 154.52º 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 #125B3C is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 60 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.64 |
| HSL | 154.52º | 0.67% | 0.21% | - |
| HSV(B) | 154.52º | 0.8% | 0.36% | - |
| XYZ | 4.81 | 7.94 | 5.55 | - |
| YUV | 65.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 60 | 0.80 | 0 | 0.34 | 0.64 | 154.52 | 0.67 | 0.21 |
| Hex | 12 | 5B | 3C | 50 | 0 | 22 | 40 | 9B | 43 | 15 |
| Octal | 22 | 133 | 74 | 120 | 0 | 42 | 100 | 233 | 103 | 25 |
| Binary | 10010 | 1011011 | 111100 | 1010000 | 0 | 100010 | 1000000 | 10011011 | 1000011 | 10101 |
Color Harmonies of #125B3C
Complementary color
Monochromatic Colors of #125B3C
Black with #125B3C
Text Example
Text Example
White with #125B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B3C; }
p { color: rgb(18,91,60); }
H1.HeaderClassName
{
color: #125B3C;
}
.AnyTagClassName
{
color: #125B3C;
}
</style>
background-color css
<style>
a { background-color: #125B3C; }
a { background-color: rgb(18,91,60); }
div.DivClassName
{
background-color: #125B3C;
}
.BgClassName
{
background-color: #125B3C;
}
</style>
border-color css
<style>
span { border-color: #125B3C; }
span { border-color: rgb(18,91,60); }
td.TdClassName
{
border-color: #125B3C;
}
.TagClassName
{
border-color: #125B3C;
}
</style>