Shades of Free Speech Green #19F330
Tints of Free Speech Green #19F330
RGB
CMYK
RGB Variations
Color information
#19F330 (or 0x19F330) is known color: Free Speech Green. HEX triplet: 19, F3 and 30. RGB value is (25,243,48). Sum of RGB (Red+Green+Blue) = 25+243+48=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #19F330 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F330 is #E60CCF. Grayscale: #9C9C9C. Windows color (decimal): -15076560 or 3207961. OLE color: 3207961.
HSL color Cylindrical-coordinate representation of color #19F330: hue angle of 126.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F330 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 48 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.05 |
| HSL | 126.33º | 0.9% | 0.53% | - |
| HSV(B) | 126.33º | 0.9% | 0.95% | - |
| XYZ | 32.99 | 64.52 | 13.51 | - |
| YUV | 155.59 | 67.28 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 48 | 0.90 | 0 | 0.80 | 0.05 | 126.33 | 0.9 | 0.53 |
| Hex | 19 | F3 | 30 | 5A | 0 | 50 | 5 | 7E | 5A | 35 |
| Octal | 31 | 363 | 60 | 132 | 0 | 120 | 5 | 176 | 132 | 65 |
| Binary | 11001 | 11110011 | 110000 | 1011010 | 0 | 1010000 | 101 | 1111110 | 1011010 | 110101 |
Color Harmonies of #19F330
Complementary color
Monochromatic Colors of #19F330
Black with #19F330
Text Example
Text Example
White with #19F330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F330; }
p { color: rgb(25,243,48); }
H1.HeaderClassName
{
color: #19F330;
}
.AnyTagClassName
{
color: #19F330;
}
</style>
background-color css
<style>
a { background-color: #19F330; }
a { background-color: rgb(25,243,48); }
div.DivClassName
{
background-color: #19F330;
}
.BgClassName
{
background-color: #19F330;
}
</style>
border-color css
<style>
span { border-color: #19F330; }
span { border-color: rgb(25,243,48); }
td.TdClassName
{
border-color: #19F330;
}
.TagClassName
{
border-color: #19F330;
}
</style>