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