Shades of Free Speech Green #17F12C
Tints of Free Speech Green #17F12C
RGB
CMYK
RGB Variations
Color information
#17F12C (or 0x17F12C) is known color: Free Speech Green. HEX triplet: 17, F1 and 2C. RGB value is (23,241,44). Sum of RGB (Red+Green+Blue) = 23+241+44=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 241 (94.53% from 255 or 78.25% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 241 - color contains mainly: green. Hex color #17F12C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #17F12C is #E80ED3. Grayscale: #999999. Windows color (decimal): -15208148 or 2945303. OLE color: 2945303.
HSL color Cylindrical-coordinate representation of color #17F12C: hue angle of 125.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F12C is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 44 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.05 |
| HSL | 125.78º | 0.89% | 0.52% | - |
| HSV(B) | 125.78º | 0.9% | 0.95% | - |
| XYZ | 32.26 | 63.27 | 12.9 | - |
| YUV | 153.36 | 66.28 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 44 | 0.90 | 0 | 0.82 | 0.05 | 125.78 | 0.89 | 0.52 |
| Hex | 17 | F1 | 2C | 5A | 0 | 52 | 5 | 7E | 59 | 34 |
| Octal | 27 | 361 | 54 | 132 | 0 | 122 | 5 | 176 | 131 | 64 |
| Binary | 10111 | 11110001 | 101100 | 1011010 | 0 | 1010010 | 101 | 1111110 | 1011001 | 110100 |
Color Harmonies of #17F12C
Complementary color
Monochromatic Colors of #17F12C
Black with #17F12C
Text Example
Text Example
White with #17F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F12C; }
p { color: rgb(23,241,44); }
H1.HeaderClassName
{
color: #17F12C;
}
.AnyTagClassName
{
color: #17F12C;
}
</style>
background-color css
<style>
a { background-color: #17F12C; }
a { background-color: rgb(23,241,44); }
div.DivClassName
{
background-color: #17F12C;
}
.BgClassName
{
background-color: #17F12C;
}
</style>
border-color css
<style>
span { border-color: #17F12C; }
span { border-color: rgb(23,241,44); }
td.TdClassName
{
border-color: #17F12C;
}
.TagClassName
{
border-color: #17F12C;
}
</style>