Shades of Free Speech Green #16F030
Tints of Free Speech Green #16F030
RGB
CMYK
RGB Variations
Color information
#16F030 (or 0x16F030) is known color: Free Speech Green. HEX triplet: 16, F0 and 30. RGB value is (22,240,48). Sum of RGB (Red+Green+Blue) = 22+240+48=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #16F030 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F030 is #E90FCF. Grayscale: #999999. Windows color (decimal): -15273936 or 3207190. OLE color: 3207190.
HSL color Cylindrical-coordinate representation of color #16F030: hue angle of 127.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F030 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 48 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.06 |
| HSL | 127.16º | 0.88% | 0.51% | - |
| HSV(B) | 127.16º | 0.91% | 0.94% | - |
| XYZ | 32.02 | 62.7 | 13.21 | - |
| YUV | 152.93 | 68.78 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 48 | 0.91 | 0 | 0.8 | 0.06 | 127.16 | 0.88 | 0.51 |
| Hex | 16 | F0 | 30 | 5B | 0 | 50 | 6 | 7F | 58 | 33 |
| Octal | 26 | 360 | 60 | 133 | 0 | 120 | 6 | 177 | 130 | 63 |
| Binary | 10110 | 11110000 | 110000 | 1011011 | 0 | 1010000 | 110 | 1111111 | 1011000 | 110011 |
Color Harmonies of #16F030
Complementary color
Monochromatic Colors of #16F030
Black with #16F030
Text Example
Text Example
White with #16F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F030; }
p { color: rgb(22,240,48); }
H1.HeaderClassName
{
color: #16F030;
}
.AnyTagClassName
{
color: #16F030;
}
</style>
background-color css
<style>
a { background-color: #16F030; }
a { background-color: rgb(22,240,48); }
div.DivClassName
{
background-color: #16F030;
}
.BgClassName
{
background-color: #16F030;
}
</style>
border-color css
<style>
span { border-color: #16F030; }
span { border-color: rgb(22,240,48); }
td.TdClassName
{
border-color: #16F030;
}
.TagClassName
{
border-color: #16F030;
}
</style>