Shades of Free Speech Green #19CE0A
Tints of Free Speech Green #19CE0A
RGB
CMYK
RGB Variations
Color information
#19CE0A (or 0x19CE0A) is known color: Free Speech Green. HEX triplet: 19, CE and 0A. RGB value is (25,206,10). Sum of RGB (Red+Green+Blue) = 25+206+10=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #19CE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CE0A is #E631F5. Grayscale: #828282. Windows color (decimal): -15086070 or 708121. OLE color: 708121.
HSL color Cylindrical-coordinate representation of color #19CE0A: hue angle of 115.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19CE0A is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 206 | 10 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.19 |
| HSL | 115.41º | 0.91% | 0.42% | - |
| HSV(B) | 115.41º | 0.95% | 0.81% | - |
| XYZ | 22.53 | 44.37 | 7.66 | - |
| YUV | 129.54 | 60.53 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 10 | 0.88 | 0 | 0.95 | 0.19 | 115.41 | 0.91 | 0.42 |
| Hex | 19 | CE | A | 58 | 0 | 5F | 13 | 73 | 5B | 2A |
| Octal | 31 | 316 | 12 | 130 | 0 | 137 | 23 | 163 | 133 | 52 |
| Binary | 11001 | 11001110 | 1010 | 1011000 | 0 | 1011111 | 10011 | 1110011 | 1011011 | 101010 |
Color Harmonies of #19CE0A
Complementary color
Monochromatic Colors of #19CE0A
Black with #19CE0A
Text Example
Text Example
White with #19CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CE0A; }
p { color: rgb(25,206,10); }
H1.HeaderClassName
{
color: #19CE0A;
}
.AnyTagClassName
{
color: #19CE0A;
}
</style>
background-color css
<style>
a { background-color: #19CE0A; }
a { background-color: rgb(25,206,10); }
div.DivClassName
{
background-color: #19CE0A;
}
.BgClassName
{
background-color: #19CE0A;
}
</style>
border-color css
<style>
span { border-color: #19CE0A; }
span { border-color: rgb(25,206,10); }
td.TdClassName
{
border-color: #19CE0A;
}
.TagClassName
{
border-color: #19CE0A;
}
</style>