Shades of Free Speech Green #19DF0D
Tints of Free Speech Green #19DF0D
RGB
CMYK
RGB Variations
Color information
#19DF0D (or 0x19DF0D) is known color: Free Speech Green. HEX triplet: 19, DF and 0D. RGB value is (25,223,13). Sum of RGB (Red+Green+Blue) = 25+223+13=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 223 (87.5% from 255 or 85.44% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 223 - color contains mainly: green. Hex color #19DF0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DF0D is #E620F2. Grayscale: #8C8C8C. Windows color (decimal): -15081715 or 909081. OLE color: 909081.
HSL color Cylindrical-coordinate representation of color #19DF0D: hue angle of 116.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19DF0D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.13 |
| HSL | 116.57º | 0.89% | 0.46% | - |
| HSV(B) | 116.57º | 0.94% | 0.87% | - |
| XYZ | 26.86 | 53.01 | 9.2 | - |
| YUV | 139.86 | 56.4 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 13 | 0.89 | 0 | 0.94 | 0.13 | 116.57 | 0.89 | 0.46 |
| Hex | 19 | DF | D | 59 | 0 | 5E | D | 75 | 59 | 2E |
| Octal | 31 | 337 | 15 | 131 | 0 | 136 | 15 | 165 | 131 | 56 |
| Binary | 11001 | 11011111 | 1101 | 1011001 | 0 | 1011110 | 1101 | 1110101 | 1011001 | 101110 |
Color Harmonies of #19DF0D
Complementary color
Monochromatic Colors of #19DF0D
Black with #19DF0D
Text Example
Text Example
White with #19DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DF0D; }
p { color: rgb(25,223,13); }
H1.HeaderClassName
{
color: #19DF0D;
}
.AnyTagClassName
{
color: #19DF0D;
}
</style>
background-color css
<style>
a { background-color: #19DF0D; }
a { background-color: rgb(25,223,13); }
div.DivClassName
{
background-color: #19DF0D;
}
.BgClassName
{
background-color: #19DF0D;
}
</style>
border-color css
<style>
span { border-color: #19DF0D; }
span { border-color: rgb(25,223,13); }
td.TdClassName
{
border-color: #19DF0D;
}
.TagClassName
{
border-color: #19DF0D;
}
</style>