Shades of Free Speech Green #0FD817
Tints of Free Speech Green #0FD817
RGB
CMYK
RGB Variations
Color information
#0FD817 (or 0x0FD817) is known color: Free Speech Green. HEX triplet: 0F, D8 and 17. RGB value is (15,216,23). Sum of RGB (Red+Green+Blue) = 15+216+23=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 216 (84.77% from 255 or 85.04% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD817 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD817 is #F027E8. Grayscale: #868686. Windows color (decimal): -15738857 or 1562639. OLE color: 1562639.
HSL color Cylindrical-coordinate representation of color #0FD817: hue angle of 122.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD817 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 23 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.15 |
| HSL | 122.39º | 0.87% | 0.45% | - |
| HSV(B) | 122.39º | 0.93% | 0.85% | - |
| XYZ | 24.91 | 49.28 | 9.01 | - |
| YUV | 133.9 | 65.41 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 23 | 0.93 | 0 | 0.89 | 0.15 | 122.39 | 0.87 | 0.45 |
| Hex | F | D8 | 17 | 5D | 0 | 59 | F | 7A | 57 | 2D |
| Octal | 17 | 330 | 27 | 135 | 0 | 131 | 17 | 172 | 127 | 55 |
| Binary | 1111 | 11011000 | 10111 | 1011101 | 0 | 1011001 | 1111 | 1111010 | 1010111 | 101101 |
Color Harmonies of #0FD817
Complementary color
Monochromatic Colors of #0FD817
Black with #0FD817
Text Example
Text Example
White with #0FD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD817; }
p { color: rgb(15,216,23); }
H1.HeaderClassName
{
color: #0FD817;
}
.AnyTagClassName
{
color: #0FD817;
}
</style>
background-color css
<style>
a { background-color: #0FD817; }
a { background-color: rgb(15,216,23); }
div.DivClassName
{
background-color: #0FD817;
}
.BgClassName
{
background-color: #0FD817;
}
</style>
border-color css
<style>
span { border-color: #0FD817; }
span { border-color: rgb(15,216,23); }
td.TdClassName
{
border-color: #0FD817;
}
.TagClassName
{
border-color: #0FD817;
}
</style>