Shades of Free Speech Green #17FF20
Tints of Free Speech Green #17FF20
RGB
CMYK
RGB Variations
Color information
#17FF20 (or 0x17FF20) is known color: Free Speech Green. HEX triplet: 17, FF and 20. RGB value is (23,255,32). Sum of RGB (Red+Green+Blue) = 23+255+32=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #17FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #17FF20 is #E800DF. Grayscale: #A0A0A0. Windows color (decimal): -15204576 or 2162455. OLE color: 2162455.
HSL color Cylindrical-coordinate representation of color #17FF20: hue angle of 122.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FF20 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 32 | - |
| CMYK | 0.91 | 0 | 0.87 | 0 |
| HSL | 122.33º | 1% | 0.55% | - |
| HSV(B) | 122.33º | 0.91% | 1% | - |
| XYZ | 36.37 | 71.81 | 13.31 | - |
| YUV | 160.21 | 55.64 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 32 | 0.91 | 0 | 0.87 | 0 | 122.33 | 1 | 0.55 |
| Hex | 17 | FF | 20 | 5B | 0 | 57 | 0 | 7A | 64 | 37 |
| Octal | 27 | 377 | 40 | 133 | 0 | 127 | 0 | 172 | 144 | 67 |
| Binary | 10111 | 11111111 | 100000 | 1011011 | 0 | 1010111 | 0 | 1111010 | 1100100 | 110111 |
Color Harmonies of #17FF20
Complementary color
Monochromatic Colors of #17FF20
Black with #17FF20
Text Example
Text Example
White with #17FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FF20; }
p { color: rgb(23,255,32); }
H1.HeaderClassName
{
color: #17FF20;
}
.AnyTagClassName
{
color: #17FF20;
}
</style>
background-color css
<style>
a { background-color: #17FF20; }
a { background-color: rgb(23,255,32); }
div.DivClassName
{
background-color: #17FF20;
}
.BgClassName
{
background-color: #17FF20;
}
</style>
border-color css
<style>
span { border-color: #17FF20; }
span { border-color: rgb(23,255,32); }
td.TdClassName
{
border-color: #17FF20;
}
.TagClassName
{
border-color: #17FF20;
}
</style>