Shades of Free Speech Green #17DE1C
Tints of Free Speech Green #17DE1C
RGB
CMYK
RGB Variations
Color information
#17DE1C (or 0x17DE1C) is known color: Free Speech Green. HEX triplet: 17, DE and 1C. RGB value is (23,222,28). Sum of RGB (Red+Green+Blue) = 23+222+28=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 222 (87.11% from 255 or 81.32% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 222 - color contains mainly: green. Hex color #17DE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DE1C is #E821E3. Grayscale: #8C8C8C. Windows color (decimal): -15213028 or 1891863. OLE color: 1891863.
HSL color Cylindrical-coordinate representation of color #17DE1C: hue angle of 121.51º 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 #17DE1C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 28 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.13 |
| HSL | 121.51º | 0.81% | 0.48% | - |
| HSV(B) | 121.51º | 0.9% | 0.87% | - |
| XYZ | 26.68 | 52.51 | 9.83 | - |
| YUV | 140.38 | 64.57 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 28 | 0.90 | 0 | 0.87 | 0.13 | 121.51 | 0.81 | 0.48 |
| Hex | 17 | DE | 1C | 5A | 0 | 57 | D | 7A | 51 | 30 |
| Octal | 27 | 336 | 34 | 132 | 0 | 127 | 15 | 172 | 121 | 60 |
| Binary | 10111 | 11011110 | 11100 | 1011010 | 0 | 1010111 | 1101 | 1111010 | 1010001 | 110000 |
Color Harmonies of #17DE1C
Complementary color
Monochromatic Colors of #17DE1C
Black with #17DE1C
Text Example
Text Example
White with #17DE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DE1C; }
p { color: rgb(23,222,28); }
H1.HeaderClassName
{
color: #17DE1C;
}
.AnyTagClassName
{
color: #17DE1C;
}
</style>
background-color css
<style>
a { background-color: #17DE1C; }
a { background-color: rgb(23,222,28); }
div.DivClassName
{
background-color: #17DE1C;
}
.BgClassName
{
background-color: #17DE1C;
}
</style>
border-color css
<style>
span { border-color: #17DE1C; }
span { border-color: rgb(23,222,28); }
td.TdClassName
{
border-color: #17DE1C;
}
.TagClassName
{
border-color: #17DE1C;
}
</style>