Shades of Free Speech Green #19F127
Tints of Free Speech Green #19F127
RGB
CMYK
RGB Variations
Color information
#19F127 (or 0x19F127) is known color: Free Speech Green. HEX triplet: 19, F1 and 27. RGB value is (25,241,39). Sum of RGB (Red+Green+Blue) = 25+241+39=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 241 (94.53% from 255 or 79.02% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 241 - color contains mainly: green. Hex color #19F127 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F127 is #E60ED8. Grayscale: #999999. Windows color (decimal): -15077081 or 2617625. OLE color: 2617625.
HSL color Cylindrical-coordinate representation of color #19F127: hue angle of 123.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F127 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 39 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.05 |
| HSL | 123.89º | 0.89% | 0.52% | - |
| HSV(B) | 123.89º | 0.9% | 0.95% | - |
| XYZ | 32.22 | 63.26 | 12.43 | - |
| YUV | 153.39 | 63.44 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 39 | 0.90 | 0 | 0.84 | 0.05 | 123.89 | 0.89 | 0.52 |
| Hex | 19 | F1 | 27 | 5A | 0 | 54 | 5 | 7C | 59 | 34 |
| Octal | 31 | 361 | 47 | 132 | 0 | 124 | 5 | 174 | 131 | 64 |
| Binary | 11001 | 11110001 | 100111 | 1011010 | 0 | 1010100 | 101 | 1111100 | 1011001 | 110100 |
Color Harmonies of #19F127
Complementary color
Monochromatic Colors of #19F127
Black with #19F127
Text Example
Text Example
White with #19F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F127; }
p { color: rgb(25,241,39); }
H1.HeaderClassName
{
color: #19F127;
}
.AnyTagClassName
{
color: #19F127;
}
</style>
background-color css
<style>
a { background-color: #19F127; }
a { background-color: rgb(25,241,39); }
div.DivClassName
{
background-color: #19F127;
}
.BgClassName
{
background-color: #19F127;
}
</style>
border-color css
<style>
span { border-color: #19F127; }
span { border-color: rgb(25,241,39); }
td.TdClassName
{
border-color: #19F127;
}
.TagClassName
{
border-color: #19F127;
}
</style>