Shades of Free Speech Green #0FDA04
Tints of Free Speech Green #0FDA04
RGB
CMYK
RGB Variations
Color information
#0FDA04 (or 0x0FDA04) is known color: Free Speech Green. HEX triplet: 0F, DA and 04. RGB value is (15,218,4). Sum of RGB (Red+Green+Blue) = 15+218+4=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 218 (85.55% from 255 or 91.98% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA04 is #F025FB. Grayscale: #858585. Windows color (decimal): -15738364 or 317967. OLE color: 317967.
HSL color Cylindrical-coordinate representation of color #0FDA04: hue angle of 116.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FDA04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.15 |
| HSL | 116.92º | 0.96% | 0.44% | - |
| HSV(B) | 116.92º | 0.98% | 0.85% | - |
| XYZ | 25.29 | 50.25 | 8.48 | - |
| YUV | 132.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 4 | 0.93 | 0 | 0.98 | 0.15 | 116.92 | 0.96 | 0.44 |
| Hex | F | DA | 4 | 5D | 0 | 62 | F | 75 | 60 | 2C |
| Octal | 17 | 332 | 4 | 135 | 0 | 142 | 17 | 165 | 140 | 54 |
| Binary | 1111 | 11011010 | 100 | 1011101 | 0 | 1100010 | 1111 | 1110101 | 1100000 | 101100 |
Color Harmonies of #0FDA04
Complementary color
Monochromatic Colors of #0FDA04
Black with #0FDA04
Text Example
Text Example
White with #0FDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA04; }
p { color: rgb(15,218,4); }
H1.HeaderClassName
{
color: #0FDA04;
}
.AnyTagClassName
{
color: #0FDA04;
}
</style>
background-color css
<style>
a { background-color: #0FDA04; }
a { background-color: rgb(15,218,4); }
div.DivClassName
{
background-color: #0FDA04;
}
.BgClassName
{
background-color: #0FDA04;
}
</style>
border-color css
<style>
span { border-color: #0FDA04; }
span { border-color: rgb(15,218,4); }
td.TdClassName
{
border-color: #0FDA04;
}
.TagClassName
{
border-color: #0FDA04;
}
</style>