Shades of Free Speech Green #18D807
Tints of Free Speech Green #18D807
RGB
CMYK
RGB Variations
Color information
#18D807 (or 0x18D807) is known color: Free Speech Green. HEX triplet: 18, D8 and 07. RGB value is (24,216,7). Sum of RGB (Red+Green+Blue) = 24+216+7=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 216 (84.77% from 255 or 87.45% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 216 - color contains mainly: green. Hex color #18D807 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D807 is #E727F8. Grayscale: #878787. Windows color (decimal): -15149049 or 514072. OLE color: 514072.
HSL color Cylindrical-coordinate representation of color #18D807: hue angle of 115.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18D807 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.15 |
| HSL | 115.12º | 0.94% | 0.44% | - |
| HSV(B) | 115.12º | 0.97% | 0.85% | - |
| XYZ | 24.97 | 49.32 | 8.4 | - |
| YUV | 134.77 | 55.89 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 7 | 0.89 | 0 | 0.97 | 0.15 | 115.12 | 0.94 | 0.44 |
| Hex | 18 | D8 | 7 | 59 | 0 | 61 | F | 73 | 5E | 2C |
| Octal | 30 | 330 | 7 | 131 | 0 | 141 | 17 | 163 | 136 | 54 |
| Binary | 11000 | 11011000 | 111 | 1011001 | 0 | 1100001 | 1111 | 1110011 | 1011110 | 101100 |
Color Harmonies of #18D807
Complementary color
Monochromatic Colors of #18D807
Black with #18D807
Text Example
Text Example
White with #18D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D807; }
p { color: rgb(24,216,7); }
H1.HeaderClassName
{
color: #18D807;
}
.AnyTagClassName
{
color: #18D807;
}
</style>
background-color css
<style>
a { background-color: #18D807; }
a { background-color: rgb(24,216,7); }
div.DivClassName
{
background-color: #18D807;
}
.BgClassName
{
background-color: #18D807;
}
</style>
border-color css
<style>
span { border-color: #18D807; }
span { border-color: rgb(24,216,7); }
td.TdClassName
{
border-color: #18D807;
}
.TagClassName
{
border-color: #18D807;
}
</style>