Shades of Free Speech Green #17DF1C
Tints of Free Speech Green #17DF1C
RGB
CMYK
RGB Variations
Color information
#17DF1C (or 0x17DF1C) is known color: Free Speech Green. HEX triplet: 17, DF and 1C. RGB value is (23,223,28). Sum of RGB (Red+Green+Blue) = 23+223+28=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #17DF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DF1C is #E820E3. Grayscale: #8D8D8D. Windows color (decimal): -15212772 or 1892119. OLE color: 1892119.
HSL color Cylindrical-coordinate representation of color #17DF1C: hue angle of 121.5º 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 #17DF1C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 28 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.13 |
| HSL | 121.5º | 0.81% | 0.48% | - |
| HSV(B) | 121.5º | 0.9% | 0.87% | - |
| XYZ | 26.95 | 53.04 | 9.92 | - |
| YUV | 140.97 | 64.24 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 28 | 0.90 | 0 | 0.87 | 0.13 | 121.5 | 0.81 | 0.48 |
| Hex | 17 | DF | 1C | 5A | 0 | 57 | D | 7A | 51 | 30 |
| Octal | 27 | 337 | 34 | 132 | 0 | 127 | 15 | 172 | 121 | 60 |
| Binary | 10111 | 11011111 | 11100 | 1011010 | 0 | 1010111 | 1101 | 1111010 | 1010001 | 110000 |
Color Harmonies of #17DF1C
Complementary color
Monochromatic Colors of #17DF1C
Black with #17DF1C
Text Example
Text Example
White with #17DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DF1C; }
p { color: rgb(23,223,28); }
H1.HeaderClassName
{
color: #17DF1C;
}
.AnyTagClassName
{
color: #17DF1C;
}
</style>
background-color css
<style>
a { background-color: #17DF1C; }
a { background-color: rgb(23,223,28); }
div.DivClassName
{
background-color: #17DF1C;
}
.BgClassName
{
background-color: #17DF1C;
}
</style>
border-color css
<style>
span { border-color: #17DF1C; }
span { border-color: rgb(23,223,28); }
td.TdClassName
{
border-color: #17DF1C;
}
.TagClassName
{
border-color: #17DF1C;
}
</style>