Shades of Free Speech Green #28FE16
Tints of Free Speech Green #28FE16
RGB
CMYK
RGB Variations
Color information
#28FE16 (or 0x28FE16) is known color: Free Speech Green. HEX triplet: 28, FE and 16. RGB value is (40,254,22). Sum of RGB (Red+Green+Blue) = 40+254+22=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 254 (99.61% from 255 or 80.38% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FE16 is #D701E9. Grayscale: #A4A4A4. Windows color (decimal): -14090730 or 1506856. OLE color: 1506856.
HSL color Cylindrical-coordinate representation of color #28FE16: hue angle of 115.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28FE16 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.00 |
| HSL | 115.34º | 0.99% | 0.54% | - |
| HSV(B) | 115.34º | 0.91% | 1% | - |
| XYZ | 36.46 | 71.39 | 12.62 | - |
| YUV | 163.57 | 48.1 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 22 | 0.84 | 0 | 0.91 | 0.00 | 115.34 | 0.99 | 0.54 |
| Hex | 28 | FE | 16 | 54 | 0 | 5B | 0 | 73 | 63 | 36 |
| Octal | 50 | 376 | 26 | 124 | 0 | 133 | 0 | 163 | 143 | 66 |
| Binary | 101000 | 11111110 | 10110 | 1010100 | 0 | 1011011 | 0 | 1110011 | 1100011 | 110110 |
Color Harmonies of #28FE16
Complementary color
Monochromatic Colors of #28FE16
Black with #28FE16
Text Example
Text Example
White with #28FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE16; }
p { color: rgb(40,254,22); }
H1.HeaderClassName
{
color: #28FE16;
}
.AnyTagClassName
{
color: #28FE16;
}
</style>
background-color css
<style>
a { background-color: #28FE16; }
a { background-color: rgb(40,254,22); }
div.DivClassName
{
background-color: #28FE16;
}
.BgClassName
{
background-color: #28FE16;
}
</style>
border-color css
<style>
span { border-color: #28FE16; }
span { border-color: rgb(40,254,22); }
td.TdClassName
{
border-color: #28FE16;
}
.TagClassName
{
border-color: #28FE16;
}
</style>