Shades of Free Speech Green #17DB16
Tints of Free Speech Green #17DB16
RGB
CMYK
RGB Variations
Color information
#17DB16 (or 0x17DB16) is known color: Free Speech Green. HEX triplet: 17, DB and 16. RGB value is (23,219,22). Sum of RGB (Red+Green+Blue) = 23+219+22=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 219 (85.94% from 255 or 82.95% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 219 - color contains mainly: green. Hex color #17DB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DB16 is #E824E9. Grayscale: #8A8A8A. Windows color (decimal): -15213802 or 1497879. OLE color: 1497879.
HSL color Cylindrical-coordinate representation of color #17DB16: hue angle of 119.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DB16 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.14 |
| HSL | 119.7º | 0.82% | 0.47% | - |
| HSV(B) | 119.7º | 0.9% | 0.86% | - |
| XYZ | 25.83 | 50.9 | 9.22 | - |
| YUV | 137.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 22 | 0.89 | 0 | 0.90 | 0.14 | 119.7 | 0.82 | 0.47 |
| Hex | 17 | DB | 16 | 59 | 0 | 5A | E | 78 | 52 | 2F |
| Octal | 27 | 333 | 26 | 131 | 0 | 132 | 16 | 170 | 122 | 57 |
| Binary | 10111 | 11011011 | 10110 | 1011001 | 0 | 1011010 | 1110 | 1111000 | 1010010 | 101111 |
Color Harmonies of #17DB16
Complementary color
Monochromatic Colors of #17DB16
Black with #17DB16
Text Example
Text Example
White with #17DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DB16; }
p { color: rgb(23,219,22); }
H1.HeaderClassName
{
color: #17DB16;
}
.AnyTagClassName
{
color: #17DB16;
}
</style>
background-color css
<style>
a { background-color: #17DB16; }
a { background-color: rgb(23,219,22); }
div.DivClassName
{
background-color: #17DB16;
}
.BgClassName
{
background-color: #17DB16;
}
</style>
border-color css
<style>
span { border-color: #17DB16; }
span { border-color: rgb(23,219,22); }
td.TdClassName
{
border-color: #17DB16;
}
.TagClassName
{
border-color: #17DB16;
}
</style>