Shades of Free Speech Green #16F018
Tints of Free Speech Green #16F018
RGB
CMYK
RGB Variations
Color information
#16F018 (or 0x16F018) is known color: Free Speech Green. HEX triplet: 16, F0 and 18. RGB value is (22,240,24). Sum of RGB (Red+Green+Blue) = 22+240+24=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 240 (94.14% from 255 or 83.92% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 240 - color contains mainly: green. Hex color #16F018 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F018 is #E90FE7. Grayscale: #969696. Windows color (decimal): -15273960 or 1634326. OLE color: 1634326.
HSL color Cylindrical-coordinate representation of color #16F018: hue angle of 120.55º 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 #16F018 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 24 | - |
| CMYK | 0.91 | 0 | 0.9 | 0.06 |
| HSL | 120.55º | 0.88% | 0.51% | - |
| HSV(B) | 120.55º | 0.91% | 0.94% | - |
| XYZ | 31.66 | 62.56 | 11.27 | - |
| YUV | 150.19 | 56.78 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 24 | 0.91 | 0 | 0.9 | 0.06 | 120.55 | 0.88 | 0.51 |
| Hex | 16 | F0 | 18 | 5B | 0 | 5A | 6 | 79 | 58 | 33 |
| Octal | 26 | 360 | 30 | 133 | 0 | 132 | 6 | 171 | 130 | 63 |
| Binary | 10110 | 11110000 | 11000 | 1011011 | 0 | 1011010 | 110 | 1111001 | 1011000 | 110011 |
Color Harmonies of #16F018
Complementary color
Monochromatic Colors of #16F018
Black with #16F018
Text Example
Text Example
White with #16F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F018; }
p { color: rgb(22,240,24); }
H1.HeaderClassName
{
color: #16F018;
}
.AnyTagClassName
{
color: #16F018;
}
</style>
background-color css
<style>
a { background-color: #16F018; }
a { background-color: rgb(22,240,24); }
div.DivClassName
{
background-color: #16F018;
}
.BgClassName
{
background-color: #16F018;
}
</style>
border-color css
<style>
span { border-color: #16F018; }
span { border-color: rgb(22,240,24); }
td.TdClassName
{
border-color: #16F018;
}
.TagClassName
{
border-color: #16F018;
}
</style>