Shades of Free Speech Green #18D515
Tints of Free Speech Green #18D515
RGB
CMYK
RGB Variations
Color information
#18D515 (or 0x18D515) is known color: Free Speech Green. HEX triplet: 18, D5 and 15. RGB value is (24,213,21). Sum of RGB (Red+Green+Blue) = 24+213+21=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #18D515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D515 is #E72AEA. Grayscale: #878787. Windows color (decimal): -15149803 or 1430808. OLE color: 1430808.
HSL color Cylindrical-coordinate representation of color #18D515: hue angle of 119.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D515 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 21 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.16 |
| HSL | 119.06º | 0.82% | 0.46% | - |
| HSV(B) | 119.06º | 0.9% | 0.84% | - |
| XYZ | 24.31 | 47.84 | 8.66 | - |
| YUV | 134.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 21 | 0.89 | 0 | 0.90 | 0.16 | 119.06 | 0.82 | 0.46 |
| Hex | 18 | D5 | 15 | 59 | 0 | 5A | 10 | 77 | 52 | 2E |
| Octal | 30 | 325 | 25 | 131 | 0 | 132 | 20 | 167 | 122 | 56 |
| Binary | 11000 | 11010101 | 10101 | 1011001 | 0 | 1011010 | 10000 | 1110111 | 1010010 | 101110 |
Color Harmonies of #18D515
Complementary color
Monochromatic Colors of #18D515
Black with #18D515
Text Example
Text Example
White with #18D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D515; }
p { color: rgb(24,213,21); }
H1.HeaderClassName
{
color: #18D515;
}
.AnyTagClassName
{
color: #18D515;
}
</style>
background-color css
<style>
a { background-color: #18D515; }
a { background-color: rgb(24,213,21); }
div.DivClassName
{
background-color: #18D515;
}
.BgClassName
{
background-color: #18D515;
}
</style>
border-color css
<style>
span { border-color: #18D515; }
span { border-color: rgb(24,213,21); }
td.TdClassName
{
border-color: #18D515;
}
.TagClassName
{
border-color: #18D515;
}
</style>