Shades of Free Speech Green #19F301
Tints of Free Speech Green #19F301
RGB
CMYK
RGB Variations
Color information
#19F301 (or 0x19F301) is known color: Free Speech Green. HEX triplet: 19, F3 and 01. RGB value is (25,243,1). Sum of RGB (Red+Green+Blue) = 25+243+1=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 243 (95.31% from 255 or 90.33% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 243 - color contains mainly: green. Hex color #19F301 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F301 is #E60CFE. Grayscale: #969696. Windows color (decimal): -15076607 or 127769. OLE color: 127769.
HSL color Cylindrical-coordinate representation of color #19F301: hue angle of 114.05º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19F301 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.05 |
| HSL | 114.05º | 0.99% | 0.48% | - |
| HSV(B) | 114.05º | 1% | 0.95% | - |
| XYZ | 32.46 | 64.31 | 10.73 | - |
| YUV | 150.23 | 43.78 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 1 | 0.90 | 0 | 1.00 | 0.05 | 114.05 | 0.99 | 0.48 |
| Hex | 19 | F3 | 1 | 5A | 0 | 64 | 5 | 72 | 63 | 30 |
| Octal | 31 | 363 | 1 | 132 | 0 | 144 | 5 | 162 | 143 | 60 |
| Binary | 11001 | 11110011 | 1 | 1011010 | 0 | 1100100 | 101 | 1110010 | 1100011 | 110000 |
Color Harmonies of #19F301
Complementary color
Monochromatic Colors of #19F301
Black with #19F301
Text Example
Text Example
White with #19F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F301; }
p { color: rgb(25,243,1); }
H1.HeaderClassName
{
color: #19F301;
}
.AnyTagClassName
{
color: #19F301;
}
</style>
background-color css
<style>
a { background-color: #19F301; }
a { background-color: rgb(25,243,1); }
div.DivClassName
{
background-color: #19F301;
}
.BgClassName
{
background-color: #19F301;
}
</style>
border-color css
<style>
span { border-color: #19F301; }
span { border-color: rgb(25,243,1); }
td.TdClassName
{
border-color: #19F301;
}
.TagClassName
{
border-color: #19F301;
}
</style>