Shades of Free Speech Green #0FDB17
Tints of Free Speech Green #0FDB17
RGB
CMYK
RGB Variations
Color information
#0FDB17 (or 0x0FDB17) is known color: Free Speech Green. HEX triplet: 0F, DB and 17. RGB value is (15,219,23). Sum of RGB (Red+Green+Blue) = 15+219+23=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 219 (85.94% from 255 or 85.21% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDB17 is #F024E8. Grayscale: #888888. Windows color (decimal): -15738089 or 1563407. OLE color: 1563407.
HSL color Cylindrical-coordinate representation of color #0FDB17: hue angle of 122.35º 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 #0FDB17 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 23 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.14 |
| HSL | 122.35º | 0.87% | 0.46% | - |
| HSV(B) | 122.35º | 0.93% | 0.86% | - |
| XYZ | 25.68 | 50.83 | 9.27 | - |
| YUV | 135.66 | 64.41 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 23 | 0.93 | 0 | 0.89 | 0.14 | 122.35 | 0.87 | 0.46 |
| Hex | F | DB | 17 | 5D | 0 | 59 | E | 7A | 57 | 2E |
| Octal | 17 | 333 | 27 | 135 | 0 | 131 | 16 | 172 | 127 | 56 |
| Binary | 1111 | 11011011 | 10111 | 1011101 | 0 | 1011001 | 1110 | 1111010 | 1010111 | 101110 |
Color Harmonies of #0FDB17
Complementary color
Monochromatic Colors of #0FDB17
Black with #0FDB17
Text Example
Text Example
White with #0FDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB17; }
p { color: rgb(15,219,23); }
H1.HeaderClassName
{
color: #0FDB17;
}
.AnyTagClassName
{
color: #0FDB17;
}
</style>
background-color css
<style>
a { background-color: #0FDB17; }
a { background-color: rgb(15,219,23); }
div.DivClassName
{
background-color: #0FDB17;
}
.BgClassName
{
background-color: #0FDB17;
}
</style>
border-color css
<style>
span { border-color: #0FDB17; }
span { border-color: rgb(15,219,23); }
td.TdClassName
{
border-color: #0FDB17;
}
.TagClassName
{
border-color: #0FDB17;
}
</style>