Shades of Fun Green #0F6035
Tints of Fun Green #0F6035
RGB
CMYK
RGB Variations
Color information
#0F6035 (or 0x0F6035) is known color: Fun Green. HEX triplet: 0F, 60 and 35. RGB value is (15,96,53). Sum of RGB (Red+Green+Blue) = 15+96+53=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6035 is #F09FCA. Grayscale: #424242. Windows color (decimal): -15769547 or 3497999. OLE color: 3497999.
HSL color Cylindrical-coordinate representation of color #0F6035: hue angle of 148.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6035 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 53 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.62 |
| HSL | 148.15º | 0.73% | 0.22% | - |
| HSV(B) | 148.15º | 0.84% | 0.38% | - |
| XYZ | 5.02 | 8.72 | 4.79 | - |
| YUV | 66.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 53 | 0.84 | 0 | 0.45 | 0.62 | 148.15 | 0.73 | 0.22 |
| Hex | F | 60 | 35 | 54 | 0 | 2D | 3E | 94 | 49 | 16 |
| Octal | 17 | 140 | 65 | 124 | 0 | 55 | 76 | 224 | 111 | 26 |
| Binary | 1111 | 1100000 | 110101 | 1010100 | 0 | 101101 | 111110 | 10010100 | 1001001 | 10110 |
Color Harmonies of #0F6035
Complementary color
Monochromatic Colors of #0F6035
Black with #0F6035
Text Example
Text Example
White with #0F6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6035; }
p { color: rgb(15,96,53); }
H1.HeaderClassName
{
color: #0F6035;
}
.AnyTagClassName
{
color: #0F6035;
}
</style>
background-color css
<style>
a { background-color: #0F6035; }
a { background-color: rgb(15,96,53); }
div.DivClassName
{
background-color: #0F6035;
}
.BgClassName
{
background-color: #0F6035;
}
</style>
border-color css
<style>
span { border-color: #0F6035; }
span { border-color: rgb(15,96,53); }
td.TdClassName
{
border-color: #0F6035;
}
.TagClassName
{
border-color: #0F6035;
}
</style>