Shades of Free Speech Green #18FA16
Tints of Free Speech Green #18FA16
RGB
CMYK
RGB Variations
Color information
#18FA16 (or 0x18FA16) is known color: Free Speech Green. HEX triplet: 18, FA and 16. RGB value is (24,250,22). Sum of RGB (Red+Green+Blue) = 24+250+22=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 250 (98.05% from 255 or 84.46% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA16 is #E705E9. Grayscale: #9D9D9D. Windows color (decimal): -15140330 or 1505816. OLE color: 1505816.
HSL color Cylindrical-coordinate representation of color #18FA16: hue angle of 119.47º 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 #18FA16 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 22 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.02 |
| HSL | 119.47º | 0.96% | 0.53% | - |
| HSV(B) | 119.47º | 0.91% | 0.98% | - |
| XYZ | 34.71 | 68.62 | 12.18 | - |
| YUV | 156.43 | 52.13 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 22 | 0.90 | 0 | 0.91 | 0.02 | 119.47 | 0.96 | 0.53 |
| Hex | 18 | FA | 16 | 5A | 0 | 5B | 2 | 77 | 60 | 35 |
| Octal | 30 | 372 | 26 | 132 | 0 | 133 | 2 | 167 | 140 | 65 |
| Binary | 11000 | 11111010 | 10110 | 1011010 | 0 | 1011011 | 10 | 1110111 | 1100000 | 110101 |
Color Harmonies of #18FA16
Complementary color
Monochromatic Colors of #18FA16
Black with #18FA16
Text Example
Text Example
White with #18FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA16; }
p { color: rgb(24,250,22); }
H1.HeaderClassName
{
color: #18FA16;
}
.AnyTagClassName
{
color: #18FA16;
}
</style>
background-color css
<style>
a { background-color: #18FA16; }
a { background-color: rgb(24,250,22); }
div.DivClassName
{
background-color: #18FA16;
}
.BgClassName
{
background-color: #18FA16;
}
</style>
border-color css
<style>
span { border-color: #18FA16; }
span { border-color: rgb(24,250,22); }
td.TdClassName
{
border-color: #18FA16;
}
.TagClassName
{
border-color: #18FA16;
}
</style>