Shades of Free Speech Green #19F70B
Tints of Free Speech Green #19F70B
RGB
CMYK
RGB Variations
Color information
#19F70B (or 0x19F70B) is known color: Free Speech Green. HEX triplet: 19, F7 and 0B. RGB value is (25,247,11). Sum of RGB (Red+Green+Blue) = 25+247+11=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 247 (96.88% from 255 or 87.28% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 247 - color contains mainly: green. Hex color #19F70B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F70B is #E608F4. Grayscale: #9A9A9A. Windows color (decimal): -15075573 or 784153. OLE color: 784153.
HSL color Cylindrical-coordinate representation of color #19F70B: hue angle of 116.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19F70B is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 247 | 11 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.03 |
| HSL | 116.44º | 0.94% | 0.51% | - |
| HSV(B) | 116.44º | 0.96% | 0.97% | - |
| XYZ | 33.72 | 66.75 | 11.42 | - |
| YUV | 153.72 | 47.45 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 247 | 11 | 0.90 | 0 | 0.96 | 0.03 | 116.44 | 0.94 | 0.51 |
| Hex | 19 | F7 | B | 5A | 0 | 60 | 3 | 74 | 5E | 33 |
| Octal | 31 | 367 | 13 | 132 | 0 | 140 | 3 | 164 | 136 | 63 |
| Binary | 11001 | 11110111 | 1011 | 1011010 | 0 | 1100000 | 11 | 1110100 | 1011110 | 110011 |
Color Harmonies of #19F70B
Complementary color
Monochromatic Colors of #19F70B
Black with #19F70B
Text Example
Text Example
White with #19F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F70B; }
p { color: rgb(25,247,11); }
H1.HeaderClassName
{
color: #19F70B;
}
.AnyTagClassName
{
color: #19F70B;
}
</style>
background-color css
<style>
a { background-color: #19F70B; }
a { background-color: rgb(25,247,11); }
div.DivClassName
{
background-color: #19F70B;
}
.BgClassName
{
background-color: #19F70B;
}
</style>
border-color css
<style>
span { border-color: #19F70B; }
span { border-color: rgb(25,247,11); }
td.TdClassName
{
border-color: #19F70B;
}
.TagClassName
{
border-color: #19F70B;
}
</style>