Shades of Free Speech Green #13DF0E
Tints of Free Speech Green #13DF0E
RGB
CMYK
RGB Variations
Color information
#13DF0E (or 0x13DF0E) is known color: Free Speech Green. HEX triplet: 13, DF and 0E. RGB value is (19,223,14). Sum of RGB (Red+Green+Blue) = 19+223+14=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF0E is #EC20F1. Grayscale: #8A8A8A. Windows color (decimal): -15474930 or 974611. OLE color: 974611.
HSL color Cylindrical-coordinate representation of color #13DF0E: hue angle of 118.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13DF0E is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 14 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.13 |
| HSL | 118.56º | 0.88% | 0.46% | - |
| HSV(B) | 118.56º | 0.94% | 0.87% | - |
| XYZ | 26.74 | 52.95 | 9.23 | - |
| YUV | 138.18 | 57.91 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 14 | 0.91 | 0 | 0.94 | 0.13 | 118.56 | 0.88 | 0.46 |
| Hex | 13 | DF | E | 5B | 0 | 5E | D | 77 | 58 | 2E |
| Octal | 23 | 337 | 16 | 133 | 0 | 136 | 15 | 167 | 130 | 56 |
| Binary | 10011 | 11011111 | 1110 | 1011011 | 0 | 1011110 | 1101 | 1110111 | 1011000 | 101110 |
Color Harmonies of #13DF0E
Complementary color
Monochromatic Colors of #13DF0E
Black with #13DF0E
Text Example
Text Example
White with #13DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF0E; }
p { color: rgb(19,223,14); }
H1.HeaderClassName
{
color: #13DF0E;
}
.AnyTagClassName
{
color: #13DF0E;
}
</style>
background-color css
<style>
a { background-color: #13DF0E; }
a { background-color: rgb(19,223,14); }
div.DivClassName
{
background-color: #13DF0E;
}
.BgClassName
{
background-color: #13DF0E;
}
</style>
border-color css
<style>
span { border-color: #13DF0E; }
span { border-color: rgb(19,223,14); }
td.TdClassName
{
border-color: #13DF0E;
}
.TagClassName
{
border-color: #13DF0E;
}
</style>