Shades of Free Speech Green #28FF16
Tints of Free Speech Green #28FF16
RGB
CMYK
RGB Variations
Color information
#28FF16 (or 0x28FF16) is known color: Free Speech Green. HEX triplet: 28, FF and 16. RGB value is (40,255,22). Sum of RGB (Red+Green+Blue) = 40+255+22=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FF16 is #D700E9. Grayscale: #A4A4A4. Windows color (decimal): -14090474 or 1507112. OLE color: 1507112.
HSL color Cylindrical-coordinate representation of color #28FF16: hue angle of 115.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28FF16 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0 |
| HSL | 115.36º | 1% | 0.54% | - |
| HSV(B) | 115.36º | 0.91% | 1% | - |
| XYZ | 36.78 | 72.03 | 12.72 | - |
| YUV | 164.15 | 47.77 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 22 | 0.84 | 0 | 0.91 | 0 | 115.36 | 1 | 0.54 |
| Hex | 28 | FF | 16 | 54 | 0 | 5B | 0 | 73 | 64 | 36 |
| Octal | 50 | 377 | 26 | 124 | 0 | 133 | 0 | 163 | 144 | 66 |
| Binary | 101000 | 11111111 | 10110 | 1010100 | 0 | 1011011 | 0 | 1110011 | 1100100 | 110110 |
Color Harmonies of #28FF16
Complementary color
Monochromatic Colors of #28FF16
Black with #28FF16
Text Example
Text Example
White with #28FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF16; }
p { color: rgb(40,255,22); }
H1.HeaderClassName
{
color: #28FF16;
}
.AnyTagClassName
{
color: #28FF16;
}
</style>
background-color css
<style>
a { background-color: #28FF16; }
a { background-color: rgb(40,255,22); }
div.DivClassName
{
background-color: #28FF16;
}
.BgClassName
{
background-color: #28FF16;
}
</style>
border-color css
<style>
span { border-color: #28FF16; }
span { border-color: rgb(40,255,22); }
td.TdClassName
{
border-color: #28FF16;
}
.TagClassName
{
border-color: #28FF16;
}
</style>