Shades of Free Speech Green #0FD719
Tints of Free Speech Green #0FD719
RGB
CMYK
RGB Variations
Color information
#0FD719 (or 0x0FD719) is known color: Free Speech Green. HEX triplet: 0F, D7 and 19. RGB value is (15,215,25). Sum of RGB (Red+Green+Blue) = 15+215+25=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD719 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD719 is #F028E6. Grayscale: #868686. Windows color (decimal): -15739111 or 1693455. OLE color: 1693455.
HSL color Cylindrical-coordinate representation of color #0FD719: hue angle of 123º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD719 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 25 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.16 |
| HSL | 123º | 0.87% | 0.45% | - |
| HSV(B) | 123º | 0.93% | 0.84% | - |
| XYZ | 24.67 | 48.77 | 9.03 | - |
| YUV | 133.54 | 66.74 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 25 | 0.93 | 0 | 0.88 | 0.16 | 123 | 0.87 | 0.45 |
| Hex | F | D7 | 19 | 5D | 0 | 58 | 10 | 7B | 57 | 2D |
| Octal | 17 | 327 | 31 | 135 | 0 | 130 | 20 | 173 | 127 | 55 |
| Binary | 1111 | 11010111 | 11001 | 1011101 | 0 | 1011000 | 10000 | 1111011 | 1010111 | 101101 |
Color Harmonies of #0FD719
Complementary color
Monochromatic Colors of #0FD719
Black with #0FD719
Text Example
Text Example
White with #0FD719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD719; }
p { color: rgb(15,215,25); }
H1.HeaderClassName
{
color: #0FD719;
}
.AnyTagClassName
{
color: #0FD719;
}
</style>
background-color css
<style>
a { background-color: #0FD719; }
a { background-color: rgb(15,215,25); }
div.DivClassName
{
background-color: #0FD719;
}
.BgClassName
{
background-color: #0FD719;
}
</style>
border-color css
<style>
span { border-color: #0FD719; }
span { border-color: rgb(15,215,25); }
td.TdClassName
{
border-color: #0FD719;
}
.TagClassName
{
border-color: #0FD719;
}
</style>