Shades of Free Speech Green #0FD904
Tints of Free Speech Green #0FD904
RGB
CMYK
RGB Variations
Color information
#0FD904 (or 0x0FD904) is known color: Free Speech Green. HEX triplet: 0F, D9 and 04. RGB value is (15,217,4). Sum of RGB (Red+Green+Blue) = 15+217+4=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 217 (85.16% from 255 or 91.95% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD904 is #F026FB. Grayscale: #848484. Windows color (decimal): -15738620 or 317711. OLE color: 317711.
HSL color Cylindrical-coordinate representation of color #0FD904: hue angle of 116.9º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FD904 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.15 |
| HSL | 116.9º | 0.96% | 0.43% | - |
| HSV(B) | 116.9º | 0.98% | 0.85% | - |
| XYZ | 25.03 | 49.74 | 8.4 | - |
| YUV | 132.32 | 55.58 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 4 | 0.93 | 0 | 0.98 | 0.15 | 116.9 | 0.96 | 0.43 |
| Hex | F | D9 | 4 | 5D | 0 | 62 | F | 75 | 60 | 2B |
| Octal | 17 | 331 | 4 | 135 | 0 | 142 | 17 | 165 | 140 | 53 |
| Binary | 1111 | 11011001 | 100 | 1011101 | 0 | 1100010 | 1111 | 1110101 | 1100000 | 101011 |
Color Harmonies of #0FD904
Complementary color
Monochromatic Colors of #0FD904
Black with #0FD904
Text Example
Text Example
White with #0FD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD904; }
p { color: rgb(15,217,4); }
H1.HeaderClassName
{
color: #0FD904;
}
.AnyTagClassName
{
color: #0FD904;
}
</style>
background-color css
<style>
a { background-color: #0FD904; }
a { background-color: rgb(15,217,4); }
div.DivClassName
{
background-color: #0FD904;
}
.BgClassName
{
background-color: #0FD904;
}
</style>
border-color css
<style>
span { border-color: #0FD904; }
span { border-color: rgb(15,217,4); }
td.TdClassName
{
border-color: #0FD904;
}
.TagClassName
{
border-color: #0FD904;
}
</style>