Shades of Free Speech Green #10FE17
Tints of Free Speech Green #10FE17
RGB
CMYK
RGB Variations
Color information
#10FE17 (or 0x10FE17) is known color: Free Speech Green. HEX triplet: 10, FE and 17. RGB value is (16,254,23). Sum of RGB (Red+Green+Blue) = 16+254+23=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 254 (99.61% from 255 or 86.69% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FE17 is #EF01E8. Grayscale: #9D9D9D. Windows color (decimal): -15663593 or 1572368. OLE color: 1572368.
HSL color Cylindrical-coordinate representation of color #10FE17: hue angle of 121.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE17 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 23 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.00 |
| HSL | 121.76º | 0.99% | 0.53% | - |
| HSV(B) | 121.76º | 0.94% | 1% | - |
| XYZ | 35.81 | 71.06 | 12.64 | - |
| YUV | 156.5 | 52.65 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 23 | 0.94 | 0 | 0.91 | 0.00 | 121.76 | 0.99 | 0.53 |
| Hex | 10 | FE | 17 | 5E | 0 | 5B | 0 | 7A | 63 | 35 |
| Octal | 20 | 376 | 27 | 136 | 0 | 133 | 0 | 172 | 143 | 65 |
| Binary | 10000 | 11111110 | 10111 | 1011110 | 0 | 1011011 | 0 | 1111010 | 1100011 | 110101 |
Color Harmonies of #10FE17
Complementary color
Monochromatic Colors of #10FE17
Black with #10FE17
Text Example
Text Example
White with #10FE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE17; }
p { color: rgb(16,254,23); }
H1.HeaderClassName
{
color: #10FE17;
}
.AnyTagClassName
{
color: #10FE17;
}
</style>
background-color css
<style>
a { background-color: #10FE17; }
a { background-color: rgb(16,254,23); }
div.DivClassName
{
background-color: #10FE17;
}
.BgClassName
{
background-color: #10FE17;
}
</style>
border-color css
<style>
span { border-color: #10FE17; }
span { border-color: rgb(16,254,23); }
td.TdClassName
{
border-color: #10FE17;
}
.TagClassName
{
border-color: #10FE17;
}
</style>