Shades of Free Speech Green #18D000
Tints of Free Speech Green #18D000
RGB
CMYK
RGB Variations
Color information
#18D000 (or 0x18D000) is known color: Free Speech Green. HEX triplet: 18, D0 and 00. RGB value is (24,208,0). Sum of RGB (Red+Green+Blue) = 24+208+0=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 208 (81.64% from 255 or 89.66% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 208 - color contains mainly: green. Hex color #18D000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D000 is #E72FFF. Grayscale: #818181. Windows color (decimal): -15151104 or 53272. OLE color: 53272.
HSL color Cylindrical-coordinate representation of color #18D000: hue angle of 113.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18D000 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.18 |
| HSL | 113.08º | 1% | 0.41% | - |
| HSV(B) | 113.08º | 1% | 0.82% | - |
| XYZ | 22.93 | 45.31 | 7.54 | - |
| YUV | 129.27 | 55.04 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 0 | 0.88 | 0 | 1 | 0.18 | 113.08 | 1 | 0.41 |
| Hex | 18 | D0 | 0 | 58 | 0 | 64 | 12 | 71 | 64 | 29 |
| Octal | 30 | 320 | 0 | 130 | 0 | 144 | 22 | 161 | 144 | 51 |
| Binary | 11000 | 11010000 | 0 | 1011000 | 0 | 1100100 | 10010 | 1110001 | 1100100 | 101001 |
Color Harmonies of #18D000
Complementary color
Monochromatic Colors of #18D000
Black with #18D000
Text Example
Text Example
White with #18D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D000; }
p { color: rgb(24,208,0); }
H1.HeaderClassName
{
color: #18D000;
}
.AnyTagClassName
{
color: #18D000;
}
</style>
background-color css
<style>
a { background-color: #18D000; }
a { background-color: rgb(24,208,0); }
div.DivClassName
{
background-color: #18D000;
}
.BgClassName
{
background-color: #18D000;
}
</style>
border-color css
<style>
span { border-color: #18D000; }
span { border-color: rgb(24,208,0); }
td.TdClassName
{
border-color: #18D000;
}
.TagClassName
{
border-color: #18D000;
}
</style>