Shades of Free Speech Green #17DC10
Tints of Free Speech Green #17DC10
RGB
CMYK
RGB Variations
Color information
#17DC10 (or 0x17DC10) is known color: Free Speech Green. HEX triplet: 17, DC and 10. RGB value is (23,220,16). Sum of RGB (Red+Green+Blue) = 23+220+16=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 220 (86.33% from 255 or 84.94% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 220 - color contains mainly: green. Hex color #17DC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DC10 is #E823EF. Grayscale: #8A8A8A. Windows color (decimal): -15213552 or 1104919. OLE color: 1104919.
HSL color Cylindrical-coordinate representation of color #17DC10: hue angle of 117.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17DC10 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.14 |
| HSL | 117.94º | 0.86% | 0.46% | - |
| HSV(B) | 117.94º | 0.93% | 0.86% | - |
| XYZ | 26.04 | 51.41 | 9.04 | - |
| YUV | 137.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 16 | 0.90 | 0 | 0.93 | 0.14 | 117.94 | 0.86 | 0.46 |
| Hex | 17 | DC | 10 | 5A | 0 | 5D | E | 76 | 56 | 2E |
| Octal | 27 | 334 | 20 | 132 | 0 | 135 | 16 | 166 | 126 | 56 |
| Binary | 10111 | 11011100 | 10000 | 1011010 | 0 | 1011101 | 1110 | 1110110 | 1010110 | 101110 |
Color Harmonies of #17DC10
Complementary color
Monochromatic Colors of #17DC10
Black with #17DC10
Text Example
Text Example
White with #17DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DC10; }
p { color: rgb(23,220,16); }
H1.HeaderClassName
{
color: #17DC10;
}
.AnyTagClassName
{
color: #17DC10;
}
</style>
background-color css
<style>
a { background-color: #17DC10; }
a { background-color: rgb(23,220,16); }
div.DivClassName
{
background-color: #17DC10;
}
.BgClassName
{
background-color: #17DC10;
}
</style>
border-color css
<style>
span { border-color: #17DC10; }
span { border-color: rgb(23,220,16); }
td.TdClassName
{
border-color: #17DC10;
}
.TagClassName
{
border-color: #17DC10;
}
</style>