Shades of Free Speech Green #0FD919
Tints of Free Speech Green #0FD919
RGB
CMYK
RGB Variations
Color information
#0FD919 (or 0x0FD919) is known color: Free Speech Green. HEX triplet: 0F, D9 and 19. RGB value is (15,217,25). Sum of RGB (Red+Green+Blue) = 15+217+25=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 217 (85.16% from 255 or 84.44% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD919 is #F026E6. Grayscale: #878787. Windows color (decimal): -15738599 or 1693967. OLE color: 1693967.
HSL color Cylindrical-coordinate representation of color #0FD919: hue angle of 122.97º 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 #0FD919 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 25 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.15 |
| HSL | 122.97º | 0.87% | 0.45% | - |
| HSV(B) | 122.97º | 0.93% | 0.85% | - |
| XYZ | 25.19 | 49.8 | 9.2 | - |
| YUV | 134.71 | 66.08 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 25 | 0.93 | 0 | 0.88 | 0.15 | 122.97 | 0.87 | 0.45 |
| Hex | F | D9 | 19 | 5D | 0 | 58 | F | 7B | 57 | 2D |
| Octal | 17 | 331 | 31 | 135 | 0 | 130 | 17 | 173 | 127 | 55 |
| Binary | 1111 | 11011001 | 11001 | 1011101 | 0 | 1011000 | 1111 | 1111011 | 1010111 | 101101 |
Color Harmonies of #0FD919
Complementary color
Monochromatic Colors of #0FD919
Black with #0FD919
Text Example
Text Example
White with #0FD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD919; }
p { color: rgb(15,217,25); }
H1.HeaderClassName
{
color: #0FD919;
}
.AnyTagClassName
{
color: #0FD919;
}
</style>
background-color css
<style>
a { background-color: #0FD919; }
a { background-color: rgb(15,217,25); }
div.DivClassName
{
background-color: #0FD919;
}
.BgClassName
{
background-color: #0FD919;
}
</style>
border-color css
<style>
span { border-color: #0FD919; }
span { border-color: rgb(15,217,25); }
td.TdClassName
{
border-color: #0FD919;
}
.TagClassName
{
border-color: #0FD919;
}
</style>