Shades of Free Speech Green #0FC904
Tints of Free Speech Green #0FC904
RGB
CMYK
RGB Variations
Color information
#0FC904 (or 0x0FC904) is known color: Free Speech Green. HEX triplet: 0F, C9 and 04. RGB value is (15,201,4). Sum of RGB (Red+Green+Blue) = 15+201+4=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC904 is #F036FB. Grayscale: #7B7B7B. Windows color (decimal): -15742716 or 313615. OLE color: 313615.
HSL color Cylindrical-coordinate representation of color #0FC904: hue angle of 116.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FC904 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.21 |
| HSL | 116.65º | 0.96% | 0.4% | - |
| HSV(B) | 116.65º | 0.98% | 0.79% | - |
| XYZ | 21.11 | 41.88 | 7.09 | - |
| YUV | 122.93 | 60.88 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 4 | 0.93 | 0 | 0.98 | 0.21 | 116.65 | 0.96 | 0.4 |
| Hex | F | C9 | 4 | 5D | 0 | 62 | 15 | 75 | 60 | 28 |
| Octal | 17 | 311 | 4 | 135 | 0 | 142 | 25 | 165 | 140 | 50 |
| Binary | 1111 | 11001001 | 100 | 1011101 | 0 | 1100010 | 10101 | 1110101 | 1100000 | 101000 |
Color Harmonies of #0FC904
Complementary color
Monochromatic Colors of #0FC904
Black with #0FC904
Text Example
Text Example
White with #0FC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC904; }
p { color: rgb(15,201,4); }
H1.HeaderClassName
{
color: #0FC904;
}
.AnyTagClassName
{
color: #0FC904;
}
</style>
background-color css
<style>
a { background-color: #0FC904; }
a { background-color: rgb(15,201,4); }
div.DivClassName
{
background-color: #0FC904;
}
.BgClassName
{
background-color: #0FC904;
}
</style>
border-color css
<style>
span { border-color: #0FC904; }
span { border-color: rgb(15,201,4); }
td.TdClassName
{
border-color: #0FC904;
}
.TagClassName
{
border-color: #0FC904;
}
</style>