Shades of Free Speech Green #19E92D
Tints of Free Speech Green #19E92D
RGB
CMYK
RGB Variations
Color information
#19E92D (or 0x19E92D) is known color: Free Speech Green. HEX triplet: 19, E9 and 2D. RGB value is (25,233,45). Sum of RGB (Red+Green+Blue) = 25+233+45=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 233 (91.41% from 255 or 76.90% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 233 - color contains mainly: green. Hex color #19E92D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19E92D is #E616D2. Grayscale: #959595. Windows color (decimal): -15079123 or 3008793. OLE color: 3008793.
HSL color Cylindrical-coordinate representation of color #19E92D: hue angle of 125.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E92D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 233 | 45 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.09 |
| HSL | 125.77º | 0.83% | 0.51% | - |
| HSV(B) | 125.77º | 0.89% | 0.91% | - |
| XYZ | 30.01 | 58.67 | 12.23 | - |
| YUV | 149.38 | 69.09 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 233 | 45 | 0.89 | 0 | 0.81 | 0.09 | 125.77 | 0.83 | 0.51 |
| Hex | 19 | E9 | 2D | 59 | 0 | 51 | 9 | 7E | 53 | 33 |
| Octal | 31 | 351 | 55 | 131 | 0 | 121 | 11 | 176 | 123 | 63 |
| Binary | 11001 | 11101001 | 101101 | 1011001 | 0 | 1010001 | 1001 | 1111110 | 1010011 | 110011 |
Color Harmonies of #19E92D
Complementary color
Monochromatic Colors of #19E92D
Black with #19E92D
Text Example
Text Example
White with #19E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E92D; }
p { color: rgb(25,233,45); }
H1.HeaderClassName
{
color: #19E92D;
}
.AnyTagClassName
{
color: #19E92D;
}
</style>
background-color css
<style>
a { background-color: #19E92D; }
a { background-color: rgb(25,233,45); }
div.DivClassName
{
background-color: #19E92D;
}
.BgClassName
{
background-color: #19E92D;
}
</style>
border-color css
<style>
span { border-color: #19E92D; }
span { border-color: rgb(25,233,45); }
td.TdClassName
{
border-color: #19E92D;
}
.TagClassName
{
border-color: #19E92D;
}
</style>