Shades of Free Speech Green #28FA16
Tints of Free Speech Green #28FA16
RGB
CMYK
RGB Variations
Color information
#28FA16 (or 0x28FA16) is known color: Free Speech Green. HEX triplet: 28, FA and 16. RGB value is (40,250,22). Sum of RGB (Red+Green+Blue) = 40+250+22=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FA16 is #D705E9. Grayscale: #A1A1A1. Windows color (decimal): -14091754 or 1505832. OLE color: 1505832.
HSL color Cylindrical-coordinate representation of color #28FA16: hue angle of 115.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28FA16 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.02 |
| HSL | 115.26º | 0.96% | 0.53% | - |
| HSV(B) | 115.26º | 0.91% | 0.98% | - |
| XYZ | 35.21 | 68.88 | 12.2 | - |
| YUV | 161.22 | 49.43 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 22 | 0.84 | 0 | 0.91 | 0.02 | 115.26 | 0.96 | 0.53 |
| Hex | 28 | FA | 16 | 54 | 0 | 5B | 2 | 73 | 60 | 35 |
| Octal | 50 | 372 | 26 | 124 | 0 | 133 | 2 | 163 | 140 | 65 |
| Binary | 101000 | 11111010 | 10110 | 1010100 | 0 | 1011011 | 10 | 1110011 | 1100000 | 110101 |
Color Harmonies of #28FA16
Complementary color
Monochromatic Colors of #28FA16
Black with #28FA16
Text Example
Text Example
White with #28FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA16; }
p { color: rgb(40,250,22); }
H1.HeaderClassName
{
color: #28FA16;
}
.AnyTagClassName
{
color: #28FA16;
}
</style>
background-color css
<style>
a { background-color: #28FA16; }
a { background-color: rgb(40,250,22); }
div.DivClassName
{
background-color: #28FA16;
}
.BgClassName
{
background-color: #28FA16;
}
</style>
border-color css
<style>
span { border-color: #28FA16; }
span { border-color: rgb(40,250,22); }
td.TdClassName
{
border-color: #28FA16;
}
.TagClassName
{
border-color: #28FA16;
}
</style>