Shades of Free Speech Green #17F205
Tints of Free Speech Green #17F205
RGB
CMYK
RGB Variations
Color information
#17F205 (or 0x17F205) is known color: Free Speech Green. HEX triplet: 17, F2 and 05. RGB value is (23,242,5). Sum of RGB (Red+Green+Blue) = 23+242+5=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 242 (94.92% from 255 or 89.63% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 242 - color contains mainly: green. Hex color #17F205 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #17F205 is #E80DFA. Grayscale: #969696. Windows color (decimal): -15207931 or 389655. OLE color: 389655.
HSL color Cylindrical-coordinate representation of color #17F205: hue angle of 115.44º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17F205 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.05 |
| HSL | 115.44º | 0.96% | 0.48% | - |
| HSV(B) | 115.44º | 0.98% | 0.95% | - |
| XYZ | 32.13 | 63.7 | 10.74 | - |
| YUV | 149.5 | 46.45 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 5 | 0.90 | 0 | 0.98 | 0.05 | 115.44 | 0.96 | 0.48 |
| Hex | 17 | F2 | 5 | 5A | 0 | 62 | 5 | 73 | 60 | 30 |
| Octal | 27 | 362 | 5 | 132 | 0 | 142 | 5 | 163 | 140 | 60 |
| Binary | 10111 | 11110010 | 101 | 1011010 | 0 | 1100010 | 101 | 1110011 | 1100000 | 110000 |
Color Harmonies of #17F205
Complementary color
Monochromatic Colors of #17F205
Black with #17F205
Text Example
Text Example
White with #17F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F205; }
p { color: rgb(23,242,5); }
H1.HeaderClassName
{
color: #17F205;
}
.AnyTagClassName
{
color: #17F205;
}
</style>
background-color css
<style>
a { background-color: #17F205; }
a { background-color: rgb(23,242,5); }
div.DivClassName
{
background-color: #17F205;
}
.BgClassName
{
background-color: #17F205;
}
</style>
border-color css
<style>
span { border-color: #17F205; }
span { border-color: rgb(23,242,5); }
td.TdClassName
{
border-color: #17F205;
}
.TagClassName
{
border-color: #17F205;
}
</style>