Shades of Free Speech Green #19CB04
Tints of Free Speech Green #19CB04
RGB
CMYK
RGB Variations
Color information
#19CB04 (or 0x19CB04) is known color: Free Speech Green. HEX triplet: 19, CB and 04. RGB value is (25,203,4). Sum of RGB (Red+Green+Blue) = 25+203+4=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CB04 is #E634FB. Grayscale: #7F7F7F. Windows color (decimal): -15086844 or 314137. OLE color: 314137.
HSL color Cylindrical-coordinate representation of color #19CB04: hue angle of 113.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19CB04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.20 |
| HSL | 113.67º | 0.96% | 0.41% | - |
| HSV(B) | 113.67º | 0.98% | 0.8% | - |
| XYZ | 21.78 | 42.93 | 7.25 | - |
| YUV | 127.09 | 58.53 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 4 | 0.88 | 0 | 0.98 | 0.20 | 113.67 | 0.96 | 0.41 |
| Hex | 19 | CB | 4 | 58 | 0 | 62 | 14 | 72 | 60 | 29 |
| Octal | 31 | 313 | 4 | 130 | 0 | 142 | 24 | 162 | 140 | 51 |
| Binary | 11001 | 11001011 | 100 | 1011000 | 0 | 1100010 | 10100 | 1110010 | 1100000 | 101001 |
Color Harmonies of #19CB04
Complementary color
Monochromatic Colors of #19CB04
Black with #19CB04
Text Example
Text Example
White with #19CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB04; }
p { color: rgb(25,203,4); }
H1.HeaderClassName
{
color: #19CB04;
}
.AnyTagClassName
{
color: #19CB04;
}
</style>
background-color css
<style>
a { background-color: #19CB04; }
a { background-color: rgb(25,203,4); }
div.DivClassName
{
background-color: #19CB04;
}
.BgClassName
{
background-color: #19CB04;
}
</style>
border-color css
<style>
span { border-color: #19CB04; }
span { border-color: rgb(25,203,4); }
td.TdClassName
{
border-color: #19CB04;
}
.TagClassName
{
border-color: #19CB04;
}
</style>