Shades of Free Speech Green #19DC1B
Tints of Free Speech Green #19DC1B
RGB
CMYK
RGB Variations
Color information
#19DC1B (or 0x19DC1B) is known color: Free Speech Green. HEX triplet: 19, DC and 1B. RGB value is (25,220,27). Sum of RGB (Red+Green+Blue) = 25+220+27=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC1B is #E623E4. Grayscale: #8C8C8C. Windows color (decimal): -15082469 or 1825817. OLE color: 1825817.
HSL color Cylindrical-coordinate representation of color #19DC1B: hue angle of 120.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC1B is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 27 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.14 |
| HSL | 120.62º | 0.8% | 0.48% | - |
| HSV(B) | 120.62º | 0.89% | 0.86% | - |
| XYZ | 26.19 | 51.47 | 9.59 | - |
| YUV | 139.69 | 64.4 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 27 | 0.89 | 0 | 0.88 | 0.14 | 120.62 | 0.8 | 0.48 |
| Hex | 19 | DC | 1B | 59 | 0 | 58 | E | 79 | 50 | 30 |
| Octal | 31 | 334 | 33 | 131 | 0 | 130 | 16 | 171 | 120 | 60 |
| Binary | 11001 | 11011100 | 11011 | 1011001 | 0 | 1011000 | 1110 | 1111001 | 1010000 | 110000 |
Color Harmonies of #19DC1B
Complementary color
Monochromatic Colors of #19DC1B
Black with #19DC1B
Text Example
Text Example
White with #19DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC1B; }
p { color: rgb(25,220,27); }
H1.HeaderClassName
{
color: #19DC1B;
}
.AnyTagClassName
{
color: #19DC1B;
}
</style>
background-color css
<style>
a { background-color: #19DC1B; }
a { background-color: rgb(25,220,27); }
div.DivClassName
{
background-color: #19DC1B;
}
.BgClassName
{
background-color: #19DC1B;
}
</style>
border-color css
<style>
span { border-color: #19DC1B; }
span { border-color: rgb(25,220,27); }
td.TdClassName
{
border-color: #19DC1B;
}
.TagClassName
{
border-color: #19DC1B;
}
</style>