Shades of Free Speech Green #13E905
Tints of Free Speech Green #13E905
RGB
CMYK
RGB Variations
Color information
#13E905 (or 0x13E905) is known color: Free Speech Green. HEX triplet: 13, E9 and 05. RGB value is (19,233,5). Sum of RGB (Red+Green+Blue) = 19+233+5=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 233 (91.41% from 255 or 90.66% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 233 - color contains mainly: green. Hex color #13E905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13E905 is #EC16FA. Grayscale: #8F8F8F. Windows color (decimal): -15472379 or 387347. OLE color: 387347.
HSL color Cylindrical-coordinate representation of color #13E905: hue angle of 116.32º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13E905 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 233 | 5 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.09 |
| HSL | 116.32º | 0.96% | 0.47% | - |
| HSV(B) | 116.32º | 0.98% | 0.91% | - |
| XYZ | 29.43 | 58.43 | 9.87 | - |
| YUV | 143.02 | 50.1 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 233 | 5 | 0.92 | 0 | 0.98 | 0.09 | 116.32 | 0.96 | 0.47 |
| Hex | 13 | E9 | 5 | 5C | 0 | 62 | 9 | 74 | 60 | 2F |
| Octal | 23 | 351 | 5 | 134 | 0 | 142 | 11 | 164 | 140 | 57 |
| Binary | 10011 | 11101001 | 101 | 1011100 | 0 | 1100010 | 1001 | 1110100 | 1100000 | 101111 |
Color Harmonies of #13E905
Complementary color
Monochromatic Colors of #13E905
Black with #13E905
Text Example
Text Example
White with #13E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E905; }
p { color: rgb(19,233,5); }
H1.HeaderClassName
{
color: #13E905;
}
.AnyTagClassName
{
color: #13E905;
}
</style>
background-color css
<style>
a { background-color: #13E905; }
a { background-color: rgb(19,233,5); }
div.DivClassName
{
background-color: #13E905;
}
.BgClassName
{
background-color: #13E905;
}
</style>
border-color css
<style>
span { border-color: #13E905; }
span { border-color: rgb(19,233,5); }
td.TdClassName
{
border-color: #13E905;
}
.TagClassName
{
border-color: #13E905;
}
</style>