Shades of Free Speech Green #17DC14
Tints of Free Speech Green #17DC14
RGB
CMYK
RGB Variations
Color information
#17DC14 (or 0x17DC14) is known color: Free Speech Green. HEX triplet: 17, DC and 14. RGB value is (23,220,20). Sum of RGB (Red+Green+Blue) = 23+220+20=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 220 (86.33% from 255 or 83.65% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 220 - color contains mainly: green. Hex color #17DC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DC14 is #E823EB. Grayscale: #8A8A8A. Windows color (decimal): -15213548 or 1367063. OLE color: 1367063.
HSL color Cylindrical-coordinate representation of color #17DC14: hue angle of 119.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DC14 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 20 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.14 |
| HSL | 119.1º | 0.83% | 0.47% | - |
| HSV(B) | 119.1º | 0.91% | 0.86% | - |
| XYZ | 26.07 | 51.42 | 9.21 | - |
| YUV | 138.3 | 61.23 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 20 | 0.90 | 0 | 0.91 | 0.14 | 119.1 | 0.83 | 0.47 |
| Hex | 17 | DC | 14 | 5A | 0 | 5B | E | 77 | 53 | 2F |
| Octal | 27 | 334 | 24 | 132 | 0 | 133 | 16 | 167 | 123 | 57 |
| Binary | 10111 | 11011100 | 10100 | 1011010 | 0 | 1011011 | 1110 | 1110111 | 1010011 | 101111 |
Color Harmonies of #17DC14
Complementary color
Monochromatic Colors of #17DC14
Black with #17DC14
Text Example
Text Example
White with #17DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DC14; }
p { color: rgb(23,220,20); }
H1.HeaderClassName
{
color: #17DC14;
}
.AnyTagClassName
{
color: #17DC14;
}
</style>
background-color css
<style>
a { background-color: #17DC14; }
a { background-color: rgb(23,220,20); }
div.DivClassName
{
background-color: #17DC14;
}
.BgClassName
{
background-color: #17DC14;
}
</style>
border-color css
<style>
span { border-color: #17DC14; }
span { border-color: rgb(23,220,20); }
td.TdClassName
{
border-color: #17DC14;
}
.TagClassName
{
border-color: #17DC14;
}
</style>