Shades of Free Speech Green #19FA27
Tints of Free Speech Green #19FA27
RGB
CMYK
RGB Variations
Color information
#19FA27 (or 0x19FA27) is known color: Free Speech Green. HEX triplet: 19, FA and 27. RGB value is (25,250,39). Sum of RGB (Red+Green+Blue) = 25+250+39=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA27 is #E605D8. Grayscale: #9F9F9F. Windows color (decimal): -15074777 or 2619929. OLE color: 2619929.
HSL color Cylindrical-coordinate representation of color #19FA27: hue angle of 123.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FA27 is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 39 | - |
| CMYK | 0.9 | 0 | 0.84 | 0.02 |
| HSL | 123.73º | 0.96% | 0.54% | - |
| HSV(B) | 123.73º | 0.9% | 0.98% | - |
| XYZ | 34.95 | 68.72 | 13.34 | - |
| YUV | 158.67 | 60.46 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 39 | 0.9 | 0 | 0.84 | 0.02 | 123.73 | 0.96 | 0.54 |
| Hex | 19 | FA | 27 | 5A | 0 | 54 | 2 | 7C | 60 | 36 |
| Octal | 31 | 372 | 47 | 132 | 0 | 124 | 2 | 174 | 140 | 66 |
| Binary | 11001 | 11111010 | 100111 | 1011010 | 0 | 1010100 | 10 | 1111100 | 1100000 | 110110 |
Color Harmonies of #19FA27
Complementary color
Monochromatic Colors of #19FA27
Black with #19FA27
Text Example
Text Example
White with #19FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA27; }
p { color: rgb(25,250,39); }
H1.HeaderClassName
{
color: #19FA27;
}
.AnyTagClassName
{
color: #19FA27;
}
</style>
background-color css
<style>
a { background-color: #19FA27; }
a { background-color: rgb(25,250,39); }
div.DivClassName
{
background-color: #19FA27;
}
.BgClassName
{
background-color: #19FA27;
}
</style>
border-color css
<style>
span { border-color: #19FA27; }
span { border-color: rgb(25,250,39); }
td.TdClassName
{
border-color: #19FA27;
}
.TagClassName
{
border-color: #19FA27;
}
</style>