Shades of Free Speech Green #0FDB16
Tints of Free Speech Green #0FDB16
RGB
CMYK
RGB Variations
Color information
#0FDB16 (or 0x0FDB16) is known color: Free Speech Green. HEX triplet: 0F, DB and 16. RGB value is (15,219,22). Sum of RGB (Red+Green+Blue) = 15+219+22=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 219 (85.94% from 255 or 85.55% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDB16 is #F024E9. Grayscale: #888888. Windows color (decimal): -15738090 or 1497871. OLE color: 1497871.
HSL color Cylindrical-coordinate representation of color #0FDB16: hue angle of 122.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB16 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.14 |
| HSL | 122.06º | 0.87% | 0.46% | - |
| HSV(B) | 122.06º | 0.93% | 0.86% | - |
| XYZ | 25.67 | 50.82 | 9.22 | - |
| YUV | 135.55 | 63.91 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 22 | 0.93 | 0 | 0.90 | 0.14 | 122.06 | 0.87 | 0.46 |
| Hex | F | DB | 16 | 5D | 0 | 5A | E | 7A | 57 | 2E |
| Octal | 17 | 333 | 26 | 135 | 0 | 132 | 16 | 172 | 127 | 56 |
| Binary | 1111 | 11011011 | 10110 | 1011101 | 0 | 1011010 | 1110 | 1111010 | 1010111 | 101110 |
Color Harmonies of #0FDB16
Complementary color
Monochromatic Colors of #0FDB16
Black with #0FDB16
Text Example
Text Example
White with #0FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB16; }
p { color: rgb(15,219,22); }
H1.HeaderClassName
{
color: #0FDB16;
}
.AnyTagClassName
{
color: #0FDB16;
}
</style>
background-color css
<style>
a { background-color: #0FDB16; }
a { background-color: rgb(15,219,22); }
div.DivClassName
{
background-color: #0FDB16;
}
.BgClassName
{
background-color: #0FDB16;
}
</style>
border-color css
<style>
span { border-color: #0FDB16; }
span { border-color: rgb(15,219,22); }
td.TdClassName
{
border-color: #0FDB16;
}
.TagClassName
{
border-color: #0FDB16;
}
</style>