Shades of Free Speech Green #17DF1B
Tints of Free Speech Green #17DF1B
RGB
CMYK
RGB Variations
Color information
#17DF1B (or 0x17DF1B) is known color: Free Speech Green. HEX triplet: 17, DF and 1B. RGB value is (23,223,27). Sum of RGB (Red+Green+Blue) = 23+223+27=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #17DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DF1B is #E820E4. Grayscale: #8D8D8D. Windows color (decimal): -15212773 or 1826583. OLE color: 1826583.
HSL color Cylindrical-coordinate representation of color #17DF1B: hue angle of 121.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DF1B is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 27 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.13 |
| HSL | 121.2º | 0.81% | 0.48% | - |
| HSV(B) | 121.2º | 0.9% | 0.87% | - |
| XYZ | 26.94 | 53.04 | 9.85 | - |
| YUV | 140.86 | 63.74 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 27 | 0.90 | 0 | 0.88 | 0.13 | 121.2 | 0.81 | 0.48 |
| Hex | 17 | DF | 1B | 5A | 0 | 58 | D | 79 | 51 | 30 |
| Octal | 27 | 337 | 33 | 132 | 0 | 130 | 15 | 171 | 121 | 60 |
| Binary | 10111 | 11011111 | 11011 | 1011010 | 0 | 1011000 | 1101 | 1111001 | 1010001 | 110000 |
Color Harmonies of #17DF1B
Complementary color
Monochromatic Colors of #17DF1B
Black with #17DF1B
Text Example
Text Example
White with #17DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DF1B; }
p { color: rgb(23,223,27); }
H1.HeaderClassName
{
color: #17DF1B;
}
.AnyTagClassName
{
color: #17DF1B;
}
</style>
background-color css
<style>
a { background-color: #17DF1B; }
a { background-color: rgb(23,223,27); }
div.DivClassName
{
background-color: #17DF1B;
}
.BgClassName
{
background-color: #17DF1B;
}
</style>
border-color css
<style>
span { border-color: #17DF1B; }
span { border-color: rgb(23,223,27); }
td.TdClassName
{
border-color: #17DF1B;
}
.TagClassName
{
border-color: #17DF1B;
}
</style>