Shades of Free Speech Green #18D813
Tints of Free Speech Green #18D813
RGB
CMYK
RGB Variations
Color information
#18D813 (or 0x18D813) is known color: Free Speech Green. HEX triplet: 18, D8 and 13. RGB value is (24,216,19). Sum of RGB (Red+Green+Blue) = 24+216+19=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #18D813 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D813 is #E727EC. Grayscale: #888888. Windows color (decimal): -15149037 or 1300504. OLE color: 1300504.
HSL color Cylindrical-coordinate representation of color #18D813: hue angle of 118.48º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18D813 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 19 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.15 |
| HSL | 118.48º | 0.84% | 0.46% | - |
| HSV(B) | 118.48º | 0.91% | 0.85% | - |
| XYZ | 25.05 | 49.35 | 8.82 | - |
| YUV | 136.13 | 61.89 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 19 | 0.89 | 0 | 0.91 | 0.15 | 118.48 | 0.84 | 0.46 |
| Hex | 18 | D8 | 13 | 59 | 0 | 5B | F | 76 | 54 | 2E |
| Octal | 30 | 330 | 23 | 131 | 0 | 133 | 17 | 166 | 124 | 56 |
| Binary | 11000 | 11011000 | 10011 | 1011001 | 0 | 1011011 | 1111 | 1110110 | 1010100 | 101110 |
Color Harmonies of #18D813
Complementary color
Monochromatic Colors of #18D813
Black with #18D813
Text Example
Text Example
White with #18D813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D813; }
p { color: rgb(24,216,19); }
H1.HeaderClassName
{
color: #18D813;
}
.AnyTagClassName
{
color: #18D813;
}
</style>
background-color css
<style>
a { background-color: #18D813; }
a { background-color: rgb(24,216,19); }
div.DivClassName
{
background-color: #18D813;
}
.BgClassName
{
background-color: #18D813;
}
</style>
border-color css
<style>
span { border-color: #18D813; }
span { border-color: rgb(24,216,19); }
td.TdClassName
{
border-color: #18D813;
}
.TagClassName
{
border-color: #18D813;
}
</style>