Shades of Free Speech Green #13E619
Tints of Free Speech Green #13E619
RGB
CMYK
RGB Variations
Color information
#13E619 (or 0x13E619) is known color: Free Speech Green. HEX triplet: 13, E6 and 19. RGB value is (19,230,25). Sum of RGB (Red+Green+Blue) = 19+230+25=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 230 (90.23% from 255 or 83.94% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 230 - color contains mainly: green. Hex color #13E619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13E619 is #EC19E6. Grayscale: #909090. Windows color (decimal): -15473127 or 1697299. OLE color: 1697299.
HSL color Cylindrical-coordinate representation of color #13E619: hue angle of 121.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E619 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 230 | 25 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.10 |
| HSL | 121.71º | 0.85% | 0.49% | - |
| HSV(B) | 121.71º | 0.92% | 0.9% | - |
| XYZ | 28.74 | 56.8 | 10.37 | - |
| YUV | 143.54 | 61.1 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 230 | 25 | 0.92 | 0 | 0.89 | 0.10 | 121.71 | 0.85 | 0.49 |
| Hex | 13 | E6 | 19 | 5C | 0 | 59 | A | 7A | 55 | 31 |
| Octal | 23 | 346 | 31 | 134 | 0 | 131 | 12 | 172 | 125 | 61 |
| Binary | 10011 | 11100110 | 11001 | 1011100 | 0 | 1011001 | 1010 | 1111010 | 1010101 | 110001 |
Color Harmonies of #13E619
Complementary color
Monochromatic Colors of #13E619
Black with #13E619
Text Example
Text Example
White with #13E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E619; }
p { color: rgb(19,230,25); }
H1.HeaderClassName
{
color: #13E619;
}
.AnyTagClassName
{
color: #13E619;
}
</style>
background-color css
<style>
a { background-color: #13E619; }
a { background-color: rgb(19,230,25); }
div.DivClassName
{
background-color: #13E619;
}
.BgClassName
{
background-color: #13E619;
}
</style>
border-color css
<style>
span { border-color: #13E619; }
span { border-color: rgb(19,230,25); }
td.TdClassName
{
border-color: #13E619;
}
.TagClassName
{
border-color: #13E619;
}
</style>