Shades of Free Speech Green #17D312
Tints of Free Speech Green #17D312
RGB
CMYK
RGB Variations
Color information
#17D312 (or 0x17D312) is known color: Free Speech Green. HEX triplet: 17, D3 and 12. RGB value is (23,211,18). Sum of RGB (Red+Green+Blue) = 23+211+18=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 211 (82.81% from 255 or 83.73% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 211 - color contains mainly: green. Hex color #17D312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17D312 is #E82CED. Grayscale: #858585. Windows color (decimal): -15215854 or 1233687. OLE color: 1233687.
HSL color Cylindrical-coordinate representation of color #17D312: hue angle of 118.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D312 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 211 | 18 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.17 |
| HSL | 118.45º | 0.84% | 0.45% | - |
| HSV(B) | 118.45º | 0.91% | 0.83% | - |
| XYZ | 23.76 | 46.81 | 8.36 | - |
| YUV | 132.79 | 63.22 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 211 | 18 | 0.89 | 0 | 0.91 | 0.17 | 118.45 | 0.84 | 0.45 |
| Hex | 17 | D3 | 12 | 59 | 0 | 5B | 11 | 76 | 54 | 2D |
| Octal | 27 | 323 | 22 | 131 | 0 | 133 | 21 | 166 | 124 | 55 |
| Binary | 10111 | 11010011 | 10010 | 1011001 | 0 | 1011011 | 10001 | 1110110 | 1010100 | 101101 |
Color Harmonies of #17D312
Complementary color
Monochromatic Colors of #17D312
Black with #17D312
Text Example
Text Example
White with #17D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D312; }
p { color: rgb(23,211,18); }
H1.HeaderClassName
{
color: #17D312;
}
.AnyTagClassName
{
color: #17D312;
}
</style>
background-color css
<style>
a { background-color: #17D312; }
a { background-color: rgb(23,211,18); }
div.DivClassName
{
background-color: #17D312;
}
.BgClassName
{
background-color: #17D312;
}
</style>
border-color css
<style>
span { border-color: #17D312; }
span { border-color: rgb(23,211,18); }
td.TdClassName
{
border-color: #17D312;
}
.TagClassName
{
border-color: #17D312;
}
</style>