Shades of Free Speech Green #0FD204
Tints of Free Speech Green #0FD204
RGB
CMYK
RGB Variations
Color information
#0FD204 (or 0x0FD204) is known color: Free Speech Green. HEX triplet: 0F, D2 and 04. RGB value is (15,210,4). Sum of RGB (Red+Green+Blue) = 15+210+4=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 210 (82.42% from 255 or 91.70% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD204 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD204 is #F02DFB. Grayscale: #808080. Windows color (decimal): -15740412 or 315919. OLE color: 315919.
HSL color Cylindrical-coordinate representation of color #0FD204: hue angle of 116.8º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FD204 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.18 |
| HSL | 116.8º | 0.96% | 0.42% | - |
| HSV(B) | 116.8º | 0.98% | 0.82% | - |
| XYZ | 23.27 | 46.2 | 7.81 | - |
| YUV | 128.21 | 57.9 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 4 | 0.93 | 0 | 0.98 | 0.18 | 116.8 | 0.96 | 0.42 |
| Hex | F | D2 | 4 | 5D | 0 | 62 | 12 | 75 | 60 | 2A |
| Octal | 17 | 322 | 4 | 135 | 0 | 142 | 22 | 165 | 140 | 52 |
| Binary | 1111 | 11010010 | 100 | 1011101 | 0 | 1100010 | 10010 | 1110101 | 1100000 | 101010 |
Color Harmonies of #0FD204
Complementary color
Monochromatic Colors of #0FD204
Black with #0FD204
Text Example
Text Example
White with #0FD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD204; }
p { color: rgb(15,210,4); }
H1.HeaderClassName
{
color: #0FD204;
}
.AnyTagClassName
{
color: #0FD204;
}
</style>
background-color css
<style>
a { background-color: #0FD204; }
a { background-color: rgb(15,210,4); }
div.DivClassName
{
background-color: #0FD204;
}
.BgClassName
{
background-color: #0FD204;
}
</style>
border-color css
<style>
span { border-color: #0FD204; }
span { border-color: rgb(15,210,4); }
td.TdClassName
{
border-color: #0FD204;
}
.TagClassName
{
border-color: #0FD204;
}
</style>