Shades of Free Speech Green #19FD1A
Tints of Free Speech Green #19FD1A
RGB
CMYK
RGB Variations
Color information
#19FD1A (or 0x19FD1A) is known color: Free Speech Green. HEX triplet: 19, FD and 1A. RGB value is (25,253,26). Sum of RGB (Red+Green+Blue) = 25+253+26=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 253 (99.22% from 255 or 83.22% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 253 - color contains mainly: green. Hex color #19FD1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FD1A is #E602E5. Grayscale: #9F9F9F. Windows color (decimal): -15074022 or 1768729. OLE color: 1768729.
HSL color Cylindrical-coordinate representation of color #19FD1A: hue angle of 120.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FD1A is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 26 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.01 |
| HSL | 120.26º | 0.98% | 0.55% | - |
| HSV(B) | 120.26º | 0.9% | 0.99% | - |
| XYZ | 35.71 | 70.53 | 12.71 | - |
| YUV | 158.95 | 52.96 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 26 | 0.90 | 0 | 0.90 | 0.01 | 120.26 | 0.98 | 0.55 |
| Hex | 19 | FD | 1A | 5A | 0 | 5A | 1 | 78 | 62 | 37 |
| Octal | 31 | 375 | 32 | 132 | 0 | 132 | 1 | 170 | 142 | 67 |
| Binary | 11001 | 11111101 | 11010 | 1011010 | 0 | 1011010 | 1 | 1111000 | 1100010 | 110111 |
Color Harmonies of #19FD1A
Complementary color
Monochromatic Colors of #19FD1A
Black with #19FD1A
Text Example
Text Example
White with #19FD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FD1A; }
p { color: rgb(25,253,26); }
H1.HeaderClassName
{
color: #19FD1A;
}
.AnyTagClassName
{
color: #19FD1A;
}
</style>
background-color css
<style>
a { background-color: #19FD1A; }
a { background-color: rgb(25,253,26); }
div.DivClassName
{
background-color: #19FD1A;
}
.BgClassName
{
background-color: #19FD1A;
}
</style>
border-color css
<style>
span { border-color: #19FD1A; }
span { border-color: rgb(25,253,26); }
td.TdClassName
{
border-color: #19FD1A;
}
.TagClassName
{
border-color: #19FD1A;
}
</style>