Shades of Free Speech Green #17DB1D
Tints of Free Speech Green #17DB1D
RGB
CMYK
RGB Variations
Color information
#17DB1D (or 0x17DB1D) is known color: Free Speech Green. HEX triplet: 17, DB and 1D. RGB value is (23,219,29). Sum of RGB (Red+Green+Blue) = 23+219+29=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 219 (85.94% from 255 or 80.81% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 219 - color contains mainly: green. Hex color #17DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DB1D is #E824E2. Grayscale: #8B8B8B. Windows color (decimal): -15213795 or 1956631. OLE color: 1956631.
HSL color Cylindrical-coordinate representation of color #17DB1D: hue angle of 121.84º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17DB1D is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 29 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.14 |
| HSL | 121.84º | 0.81% | 0.47% | - |
| HSV(B) | 121.84º | 0.89% | 0.86% | - |
| XYZ | 25.91 | 50.93 | 9.63 | - |
| YUV | 138.74 | 66.07 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 29 | 0.89 | 0 | 0.87 | 0.14 | 121.84 | 0.81 | 0.47 |
| Hex | 17 | DB | 1D | 59 | 0 | 57 | E | 7A | 51 | 2F |
| Octal | 27 | 333 | 35 | 131 | 0 | 127 | 16 | 172 | 121 | 57 |
| Binary | 10111 | 11011011 | 11101 | 1011001 | 0 | 1010111 | 1110 | 1111010 | 1010001 | 101111 |
Color Harmonies of #17DB1D
Complementary color
Monochromatic Colors of #17DB1D
Black with #17DB1D
Text Example
Text Example
White with #17DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DB1D; }
p { color: rgb(23,219,29); }
H1.HeaderClassName
{
color: #17DB1D;
}
.AnyTagClassName
{
color: #17DB1D;
}
</style>
background-color css
<style>
a { background-color: #17DB1D; }
a { background-color: rgb(23,219,29); }
div.DivClassName
{
background-color: #17DB1D;
}
.BgClassName
{
background-color: #17DB1D;
}
</style>
border-color css
<style>
span { border-color: #17DB1D; }
span { border-color: rgb(23,219,29); }
td.TdClassName
{
border-color: #17DB1D;
}
.TagClassName
{
border-color: #17DB1D;
}
</style>