Shades of Free Speech Green #17F125
Tints of Free Speech Green #17F125
RGB
CMYK
RGB Variations
Color information
#17F125 (or 0x17F125) is known color: Free Speech Green. HEX triplet: 17, F1 and 25. RGB value is (23,241,37). Sum of RGB (Red+Green+Blue) = 23+241+37=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #17F125 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #17F125 is #E80EDA. Grayscale: #999999. Windows color (decimal): -15208155 or 2486551. OLE color: 2486551.
HSL color Cylindrical-coordinate representation of color #17F125: hue angle of 123.85º 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 #17F125 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 37 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.05 |
| HSL | 123.85º | 0.89% | 0.52% | - |
| HSV(B) | 123.85º | 0.9% | 0.95% | - |
| XYZ | 32.14 | 63.23 | 12.26 | - |
| YUV | 152.56 | 62.78 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 37 | 0.90 | 0 | 0.85 | 0.05 | 123.85 | 0.89 | 0.52 |
| Hex | 17 | F1 | 25 | 5A | 0 | 55 | 5 | 7C | 59 | 34 |
| Octal | 27 | 361 | 45 | 132 | 0 | 125 | 5 | 174 | 131 | 64 |
| Binary | 10111 | 11110001 | 100101 | 1011010 | 0 | 1010101 | 101 | 1111100 | 1011001 | 110100 |
Color Harmonies of #17F125
Complementary color
Monochromatic Colors of #17F125
Black with #17F125
Text Example
Text Example
White with #17F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F125; }
p { color: rgb(23,241,37); }
H1.HeaderClassName
{
color: #17F125;
}
.AnyTagClassName
{
color: #17F125;
}
</style>
background-color css
<style>
a { background-color: #17F125; }
a { background-color: rgb(23,241,37); }
div.DivClassName
{
background-color: #17F125;
}
.BgClassName
{
background-color: #17F125;
}
</style>
border-color css
<style>
span { border-color: #17F125; }
span { border-color: rgb(23,241,37); }
td.TdClassName
{
border-color: #17F125;
}
.TagClassName
{
border-color: #17F125;
}
</style>