Shades of Free Speech Green #19D615
Tints of Free Speech Green #19D615
RGB
CMYK
RGB Variations
Color information
#19D615 (or 0x19D615) is known color: Free Speech Green. HEX triplet: 19, D6 and 15. RGB value is (25,214,21). Sum of RGB (Red+Green+Blue) = 25+214+21=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #19D615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D615 is #E629EA. Grayscale: #888888. Windows color (decimal): -15084011 or 1431065. OLE color: 1431065.
HSL color Cylindrical-coordinate representation of color #19D615: hue angle of 118.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D615 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 214 | 21 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.16 |
| HSL | 118.76º | 0.82% | 0.46% | - |
| HSV(B) | 118.76º | 0.9% | 0.84% | - |
| XYZ | 24.58 | 48.35 | 8.75 | - |
| YUV | 135.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 214 | 21 | 0.88 | 0 | 0.90 | 0.16 | 118.76 | 0.82 | 0.46 |
| Hex | 19 | D6 | 15 | 58 | 0 | 5A | 10 | 77 | 52 | 2E |
| Octal | 31 | 326 | 25 | 130 | 0 | 132 | 20 | 167 | 122 | 56 |
| Binary | 11001 | 11010110 | 10101 | 1011000 | 0 | 1011010 | 10000 | 1110111 | 1010010 | 101110 |
Color Harmonies of #19D615
Complementary color
Monochromatic Colors of #19D615
Black with #19D615
Text Example
Text Example
White with #19D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D615; }
p { color: rgb(25,214,21); }
H1.HeaderClassName
{
color: #19D615;
}
.AnyTagClassName
{
color: #19D615;
}
</style>
background-color css
<style>
a { background-color: #19D615; }
a { background-color: rgb(25,214,21); }
div.DivClassName
{
background-color: #19D615;
}
.BgClassName
{
background-color: #19D615;
}
</style>
border-color css
<style>
span { border-color: #19D615; }
span { border-color: rgb(25,214,21); }
td.TdClassName
{
border-color: #19D615;
}
.TagClassName
{
border-color: #19D615;
}
</style>