Shades of Fun Green #0F5A40
Tints of Fun Green #0F5A40
RGB
CMYK
RGB Variations
Color information
#0F5A40 (or 0x0F5A40) is known color: Fun Green. HEX triplet: 0F, 5A and 40. RGB value is (15,90,64). Sum of RGB (Red+Green+Blue) = 15+90+64=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A40 is #F0A5BF. Grayscale: #404040. Windows color (decimal): -15771072 or 4217359. OLE color: 4217359.
HSL color Cylindrical-coordinate representation of color #0F5A40: hue angle of 159.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A40 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 64 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.65 |
| HSL | 159.2º | 0.71% | 0.21% | - |
| HSV(B) | 159.2º | 0.83% | 0.35% | - |
| XYZ | 4.78 | 7.78 | 6.1 | - |
| YUV | 64.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 64 | 0.83 | 0 | 0.29 | 0.65 | 159.2 | 0.71 | 0.21 |
| Hex | F | 5A | 40 | 53 | 0 | 1D | 41 | 9F | 47 | 15 |
| Octal | 17 | 132 | 100 | 123 | 0 | 35 | 101 | 237 | 107 | 25 |
| Binary | 1111 | 1011010 | 1000000 | 1010011 | 0 | 11101 | 1000001 | 10011111 | 1000111 | 10101 |
Color Harmonies of #0F5A40
Complementary color
Monochromatic Colors of #0F5A40
Black with #0F5A40
Text Example
Text Example
White with #0F5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A40; }
p { color: rgb(15,90,64); }
H1.HeaderClassName
{
color: #0F5A40;
}
.AnyTagClassName
{
color: #0F5A40;
}
</style>
background-color css
<style>
a { background-color: #0F5A40; }
a { background-color: rgb(15,90,64); }
div.DivClassName
{
background-color: #0F5A40;
}
.BgClassName
{
background-color: #0F5A40;
}
</style>
border-color css
<style>
span { border-color: #0F5A40; }
span { border-color: rgb(15,90,64); }
td.TdClassName
{
border-color: #0F5A40;
}
.TagClassName
{
border-color: #0F5A40;
}
</style>