Shades of Free Speech Green #19DF0F
Tints of Free Speech Green #19DF0F
RGB
CMYK
RGB Variations
Color information
#19DF0F (or 0x19DF0F) is known color: Free Speech Green. HEX triplet: 19, DF and 0F. RGB value is (25,223,15). Sum of RGB (Red+Green+Blue) = 25+223+15=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #19DF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DF0F is #E620F0. Grayscale: #8C8C8C. Windows color (decimal): -15081713 or 1040153. OLE color: 1040153.
HSL color Cylindrical-coordinate representation of color #19DF0F: hue angle of 117.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19DF0F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 15 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.13 |
| HSL | 117.12º | 0.87% | 0.47% | - |
| HSV(B) | 117.12º | 0.93% | 0.87% | - |
| XYZ | 26.87 | 53.02 | 9.27 | - |
| YUV | 140.09 | 57.4 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 15 | 0.89 | 0 | 0.93 | 0.13 | 117.12 | 0.87 | 0.47 |
| Hex | 19 | DF | F | 59 | 0 | 5D | D | 75 | 57 | 2F |
| Octal | 31 | 337 | 17 | 131 | 0 | 135 | 15 | 165 | 127 | 57 |
| Binary | 11001 | 11011111 | 1111 | 1011001 | 0 | 1011101 | 1101 | 1110101 | 1010111 | 101111 |
Color Harmonies of #19DF0F
Complementary color
Monochromatic Colors of #19DF0F
Black with #19DF0F
Text Example
Text Example
White with #19DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DF0F; }
p { color: rgb(25,223,15); }
H1.HeaderClassName
{
color: #19DF0F;
}
.AnyTagClassName
{
color: #19DF0F;
}
</style>
background-color css
<style>
a { background-color: #19DF0F; }
a { background-color: rgb(25,223,15); }
div.DivClassName
{
background-color: #19DF0F;
}
.BgClassName
{
background-color: #19DF0F;
}
</style>
border-color css
<style>
span { border-color: #19DF0F; }
span { border-color: rgb(25,223,15); }
td.TdClassName
{
border-color: #19DF0F;
}
.TagClassName
{
border-color: #19DF0F;
}
</style>