Shades of Free Speech Green #10FE25
Tints of Free Speech Green #10FE25
RGB
CMYK
RGB Variations
Color information
#10FE25 (or 0x10FE25) is known color: Free Speech Green. HEX triplet: 10, FE and 25. RGB value is (16,254,37). Sum of RGB (Red+Green+Blue) = 16+254+37=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 254 (99.61% from 255 or 82.74% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE25 is #EF01DA. Grayscale: #9E9E9E. Windows color (decimal): -15663579 or 2489872. OLE color: 2489872.
HSL color Cylindrical-coordinate representation of color #10FE25: hue angle of 125.29º 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 #10FE25 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 37 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.00 |
| HSL | 125.29º | 0.99% | 0.53% | - |
| HSV(B) | 125.29º | 0.94% | 1% | - |
| XYZ | 35.99 | 71.13 | 13.58 | - |
| YUV | 158.1 | 59.65 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 37 | 0.94 | 0 | 0.85 | 0.00 | 125.29 | 0.99 | 0.53 |
| Hex | 10 | FE | 25 | 5E | 0 | 55 | 0 | 7D | 63 | 35 |
| Octal | 20 | 376 | 45 | 136 | 0 | 125 | 0 | 175 | 143 | 65 |
| Binary | 10000 | 11111110 | 100101 | 1011110 | 0 | 1010101 | 0 | 1111101 | 1100011 | 110101 |
Color Harmonies of #10FE25
Complementary color
Monochromatic Colors of #10FE25
Black with #10FE25
Text Example
Text Example
White with #10FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE25; }
p { color: rgb(16,254,37); }
H1.HeaderClassName
{
color: #10FE25;
}
.AnyTagClassName
{
color: #10FE25;
}
</style>
background-color css
<style>
a { background-color: #10FE25; }
a { background-color: rgb(16,254,37); }
div.DivClassName
{
background-color: #10FE25;
}
.BgClassName
{
background-color: #10FE25;
}
</style>
border-color css
<style>
span { border-color: #10FE25; }
span { border-color: rgb(16,254,37); }
td.TdClassName
{
border-color: #10FE25;
}
.TagClassName
{
border-color: #10FE25;
}
</style>