Shades of Free Speech Green #18D008
Tints of Free Speech Green #18D008
RGB
CMYK
RGB Variations
Color information
#18D008 (or 0x18D008) is known color: Free Speech Green. HEX triplet: 18, D0 and 08. RGB value is (24,208,8). Sum of RGB (Red+Green+Blue) = 24+208+8=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #18D008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D008 is #E72FF7. Grayscale: #828282. Windows color (decimal): -15151096 or 577560. OLE color: 577560.
HSL color Cylindrical-coordinate representation of color #18D008: hue angle of 115.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18D008 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.18 |
| HSL | 115.2º | 0.93% | 0.42% | - |
| HSV(B) | 115.2º | 0.96% | 0.82% | - |
| XYZ | 22.98 | 45.32 | 7.77 | - |
| YUV | 130.18 | 59.04 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 8 | 0.88 | 0 | 0.96 | 0.18 | 115.2 | 0.93 | 0.42 |
| Hex | 18 | D0 | 8 | 58 | 0 | 60 | 12 | 73 | 5D | 2A |
| Octal | 30 | 320 | 10 | 130 | 0 | 140 | 22 | 163 | 135 | 52 |
| Binary | 11000 | 11010000 | 1000 | 1011000 | 0 | 1100000 | 10010 | 1110011 | 1011101 | 101010 |
Color Harmonies of #18D008
Complementary color
Monochromatic Colors of #18D008
Black with #18D008
Text Example
Text Example
White with #18D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D008; }
p { color: rgb(24,208,8); }
H1.HeaderClassName
{
color: #18D008;
}
.AnyTagClassName
{
color: #18D008;
}
</style>
background-color css
<style>
a { background-color: #18D008; }
a { background-color: rgb(24,208,8); }
div.DivClassName
{
background-color: #18D008;
}
.BgClassName
{
background-color: #18D008;
}
</style>
border-color css
<style>
span { border-color: #18D008; }
span { border-color: rgb(24,208,8); }
td.TdClassName
{
border-color: #18D008;
}
.TagClassName
{
border-color: #18D008;
}
</style>