Shades of Free Speech Green #19EE07
Tints of Free Speech Green #19EE07
RGB
CMYK
RGB Variations
Color information
#19EE07 (or 0x19EE07) is known color: Free Speech Green. HEX triplet: 19, EE and 07. RGB value is (25,238,7). Sum of RGB (Red+Green+Blue) = 25+238+7=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 238 (93.36% from 255 or 88.15% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19EE07 is #E611F8. Grayscale: #949494. Windows color (decimal): -15077881 or 519705. OLE color: 519705.
HSL color Cylindrical-coordinate representation of color #19EE07: hue angle of 115.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19EE07 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.07 |
| HSL | 115.32º | 0.94% | 0.48% | - |
| HSV(B) | 115.32º | 0.97% | 0.93% | - |
| XYZ | 31.01 | 61.37 | 10.41 | - |
| YUV | 147.98 | 48.43 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 7 | 0.89 | 0 | 0.97 | 0.07 | 115.32 | 0.94 | 0.48 |
| Hex | 19 | EE | 7 | 59 | 0 | 61 | 7 | 73 | 5E | 30 |
| Octal | 31 | 356 | 7 | 131 | 0 | 141 | 7 | 163 | 136 | 60 |
| Binary | 11001 | 11101110 | 111 | 1011001 | 0 | 1100001 | 111 | 1110011 | 1011110 | 110000 |
Color Harmonies of #19EE07
Complementary color
Monochromatic Colors of #19EE07
Black with #19EE07
Text Example
Text Example
White with #19EE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE07; }
p { color: rgb(25,238,7); }
H1.HeaderClassName
{
color: #19EE07;
}
.AnyTagClassName
{
color: #19EE07;
}
</style>
background-color css
<style>
a { background-color: #19EE07; }
a { background-color: rgb(25,238,7); }
div.DivClassName
{
background-color: #19EE07;
}
.BgClassName
{
background-color: #19EE07;
}
</style>
border-color css
<style>
span { border-color: #19EE07; }
span { border-color: rgb(25,238,7); }
td.TdClassName
{
border-color: #19EE07;
}
.TagClassName
{
border-color: #19EE07;
}
</style>