Shades of Free Speech Green #17DB1F
Tints of Free Speech Green #17DB1F
RGB
CMYK
RGB Variations
Color information
#17DB1F (or 0x17DB1F) is known color: Free Speech Green. HEX triplet: 17, DB and 1F. RGB value is (23,219,31). Sum of RGB (Red+Green+Blue) = 23+219+31=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #17DB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DB1F is #E824E0. Grayscale: #8B8B8B. Windows color (decimal): -15213793 or 2087703. OLE color: 2087703.
HSL color Cylindrical-coordinate representation of color #17DB1F: hue angle of 122.45º 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 #17DB1F is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 31 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.14 |
| HSL | 122.45º | 0.81% | 0.47% | - |
| HSV(B) | 122.45º | 0.89% | 0.86% | - |
| XYZ | 25.93 | 50.94 | 9.76 | - |
| YUV | 138.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 31 | 0.89 | 0 | 0.86 | 0.14 | 122.45 | 0.81 | 0.47 |
| Hex | 17 | DB | 1F | 59 | 0 | 56 | E | 7A | 51 | 2F |
| Octal | 27 | 333 | 37 | 131 | 0 | 126 | 16 | 172 | 121 | 57 |
| Binary | 10111 | 11011011 | 11111 | 1011001 | 0 | 1010110 | 1110 | 1111010 | 1010001 | 101111 |
Color Harmonies of #17DB1F
Complementary color
Monochromatic Colors of #17DB1F
Black with #17DB1F
Text Example
Text Example
White with #17DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DB1F; }
p { color: rgb(23,219,31); }
H1.HeaderClassName
{
color: #17DB1F;
}
.AnyTagClassName
{
color: #17DB1F;
}
</style>
background-color css
<style>
a { background-color: #17DB1F; }
a { background-color: rgb(23,219,31); }
div.DivClassName
{
background-color: #17DB1F;
}
.BgClassName
{
background-color: #17DB1F;
}
</style>
border-color css
<style>
span { border-color: #17DB1F; }
span { border-color: rgb(23,219,31); }
td.TdClassName
{
border-color: #17DB1F;
}
.TagClassName
{
border-color: #17DB1F;
}
</style>