Shades of Free Speech Green #18F115
Tints of Free Speech Green #18F115
RGB
CMYK
RGB Variations
Color information
#18F115 (or 0x18F115) is known color: Free Speech Green. HEX triplet: 18, F1 and 15. RGB value is (24,241,21). Sum of RGB (Red+Green+Blue) = 24+241+21=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 241 (94.53% from 255 or 84.27% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 241 - color contains mainly: green. Hex color #18F115 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F115 is #E70EEA. Grayscale: #979797. Windows color (decimal): -15142635 or 1437976. OLE color: 1437976.
HSL color Cylindrical-coordinate representation of color #18F115: hue angle of 119.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18F115 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 21 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.05 |
| HSL | 119.18º | 0.89% | 0.51% | - |
| HSV(B) | 119.18º | 0.91% | 0.95% | - |
| XYZ | 31.97 | 63.16 | 11.22 | - |
| YUV | 151.04 | 54.61 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 21 | 0.90 | 0 | 0.91 | 0.05 | 119.18 | 0.89 | 0.51 |
| Hex | 18 | F1 | 15 | 5A | 0 | 5B | 5 | 77 | 59 | 33 |
| Octal | 30 | 361 | 25 | 132 | 0 | 133 | 5 | 167 | 131 | 63 |
| Binary | 11000 | 11110001 | 10101 | 1011010 | 0 | 1011011 | 101 | 1110111 | 1011001 | 110011 |
Color Harmonies of #18F115
Complementary color
Monochromatic Colors of #18F115
Black with #18F115
Text Example
Text Example
White with #18F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F115; }
p { color: rgb(24,241,21); }
H1.HeaderClassName
{
color: #18F115;
}
.AnyTagClassName
{
color: #18F115;
}
</style>
background-color css
<style>
a { background-color: #18F115; }
a { background-color: rgb(24,241,21); }
div.DivClassName
{
background-color: #18F115;
}
.BgClassName
{
background-color: #18F115;
}
</style>
border-color css
<style>
span { border-color: #18F115; }
span { border-color: rgb(24,241,21); }
td.TdClassName
{
border-color: #18F115;
}
.TagClassName
{
border-color: #18F115;
}
</style>