Shades of Free Speech Green #0FDD16
Tints of Free Speech Green #0FDD16
RGB
CMYK
RGB Variations
Color information
#0FDD16 (or 0x0FDD16) is known color: Free Speech Green. HEX triplet: 0F, DD and 16. RGB value is (15,221,22). Sum of RGB (Red+Green+Blue) = 15+221+22=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 221 (86.72% from 255 or 85.66% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD16 is #F022E9. Grayscale: #898989. Windows color (decimal): -15737578 or 1498383. OLE color: 1498383.
HSL color Cylindrical-coordinate representation of color #0FDD16: hue angle of 122.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD16 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.13 |
| HSL | 122.04º | 0.87% | 0.46% | - |
| HSV(B) | 122.04º | 0.93% | 0.87% | - |
| XYZ | 26.2 | 51.87 | 9.39 | - |
| YUV | 136.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 22 | 0.93 | 0 | 0.90 | 0.13 | 122.04 | 0.87 | 0.46 |
| Hex | F | DD | 16 | 5D | 0 | 5A | D | 7A | 57 | 2E |
| Octal | 17 | 335 | 26 | 135 | 0 | 132 | 15 | 172 | 127 | 56 |
| Binary | 1111 | 11011101 | 10110 | 1011101 | 0 | 1011010 | 1101 | 1111010 | 1010111 | 101110 |
Color Harmonies of #0FDD16
Complementary color
Monochromatic Colors of #0FDD16
Black with #0FDD16
Text Example
Text Example
White with #0FDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD16; }
p { color: rgb(15,221,22); }
H1.HeaderClassName
{
color: #0FDD16;
}
.AnyTagClassName
{
color: #0FDD16;
}
</style>
background-color css
<style>
a { background-color: #0FDD16; }
a { background-color: rgb(15,221,22); }
div.DivClassName
{
background-color: #0FDD16;
}
.BgClassName
{
background-color: #0FDD16;
}
</style>
border-color css
<style>
span { border-color: #0FDD16; }
span { border-color: rgb(15,221,22); }
td.TdClassName
{
border-color: #0FDD16;
}
.TagClassName
{
border-color: #0FDD16;
}
</style>