Shades of Free Speech Green #17DD0D
Tints of Free Speech Green #17DD0D
RGB
CMYK
RGB Variations
Color information
#17DD0D (or 0x17DD0D) is known color: Free Speech Green. HEX triplet: 17, DD and 0D. RGB value is (23,221,13). Sum of RGB (Red+Green+Blue) = 23+221+13=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 221 (86.72% from 255 or 85.99% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 221 - color contains mainly: green. Hex color #17DD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DD0D is #E822F2. Grayscale: #8A8A8A. Windows color (decimal): -15213299 or 908567. OLE color: 908567.
HSL color Cylindrical-coordinate representation of color #17DD0D: hue angle of 117.12º degrees, saturation: 0.89, 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 #17DD0D is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 221 | 13 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.13 |
| HSL | 117.12º | 0.89% | 0.46% | - |
| HSV(B) | 117.12º | 0.94% | 0.87% | - |
| XYZ | 26.28 | 51.92 | 9.02 | - |
| YUV | 138.09 | 57.4 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 13 | 0.90 | 0 | 0.94 | 0.13 | 117.12 | 0.89 | 0.46 |
| Hex | 17 | DD | D | 5A | 0 | 5E | D | 75 | 59 | 2E |
| Octal | 27 | 335 | 15 | 132 | 0 | 136 | 15 | 165 | 131 | 56 |
| Binary | 10111 | 11011101 | 1101 | 1011010 | 0 | 1011110 | 1101 | 1110101 | 1011001 | 101110 |
Color Harmonies of #17DD0D
Complementary color
Monochromatic Colors of #17DD0D
Black with #17DD0D
Text Example
Text Example
White with #17DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DD0D; }
p { color: rgb(23,221,13); }
H1.HeaderClassName
{
color: #17DD0D;
}
.AnyTagClassName
{
color: #17DD0D;
}
</style>
background-color css
<style>
a { background-color: #17DD0D; }
a { background-color: rgb(23,221,13); }
div.DivClassName
{
background-color: #17DD0D;
}
.BgClassName
{
background-color: #17DD0D;
}
</style>
border-color css
<style>
span { border-color: #17DD0D; }
span { border-color: rgb(23,221,13); }
td.TdClassName
{
border-color: #17DD0D;
}
.TagClassName
{
border-color: #17DD0D;
}
</style>