Shades of Free Speech Green #19F701
Tints of Free Speech Green #19F701
RGB
CMYK
RGB Variations
Color information
#19F701 (or 0x19F701) is known color: Free Speech Green. HEX triplet: 19, F7 and 01. RGB value is (25,247,1). Sum of RGB (Red+Green+Blue) = 25+247+1=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 247 (96.88% from 255 or 90.48% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 247 - color contains mainly: green. Hex color #19F701 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F701 is #E608FE. Grayscale: #999999. Windows color (decimal): -15075583 or 128793. OLE color: 128793.
HSL color Cylindrical-coordinate representation of color #19F701: hue angle of 114.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19F701 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 247 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.03 |
| HSL | 114.15º | 0.99% | 0.49% | - |
| HSV(B) | 114.15º | 1% | 0.97% | - |
| XYZ | 33.67 | 66.73 | 11.13 | - |
| YUV | 152.58 | 42.45 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 247 | 1 | 0.90 | 0 | 1.00 | 0.03 | 114.15 | 0.99 | 0.49 |
| Hex | 19 | F7 | 1 | 5A | 0 | 64 | 3 | 72 | 63 | 31 |
| Octal | 31 | 367 | 1 | 132 | 0 | 144 | 3 | 162 | 143 | 61 |
| Binary | 11001 | 11110111 | 1 | 1011010 | 0 | 1100100 | 11 | 1110010 | 1100011 | 110001 |
Color Harmonies of #19F701
Complementary color
Monochromatic Colors of #19F701
Black with #19F701
Text Example
Text Example
White with #19F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F701; }
p { color: rgb(25,247,1); }
H1.HeaderClassName
{
color: #19F701;
}
.AnyTagClassName
{
color: #19F701;
}
</style>
background-color css
<style>
a { background-color: #19F701; }
a { background-color: rgb(25,247,1); }
div.DivClassName
{
background-color: #19F701;
}
.BgClassName
{
background-color: #19F701;
}
</style>
border-color css
<style>
span { border-color: #19F701; }
span { border-color: rgb(25,247,1); }
td.TdClassName
{
border-color: #19F701;
}
.TagClassName
{
border-color: #19F701;
}
</style>