Shades of Free Speech Green #18E901
Tints of Free Speech Green #18E901
RGB
CMYK
RGB Variations
Color information
#18E901 (or 0x18E901) is known color: Free Speech Green. HEX triplet: 18, E9 and 01. RGB value is (24,233,1). Sum of RGB (Red+Green+Blue) = 24+233+1=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 233 (91.41% from 255 or 90.31% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 233 - color contains mainly: green. Hex color #18E901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18E901 is #E716FE. Grayscale: #909090. Windows color (decimal): -15144703 or 125208. OLE color: 125208.
HSL color Cylindrical-coordinate representation of color #18E901: hue angle of 114.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18E901 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 233 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.09 |
| HSL | 114.05º | 0.99% | 0.46% | - |
| HSV(B) | 114.05º | 1% | 0.91% | - |
| XYZ | 29.52 | 58.47 | 9.76 | - |
| YUV | 144.06 | 47.26 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 233 | 1 | 0.90 | 0 | 1.00 | 0.09 | 114.05 | 0.99 | 0.46 |
| Hex | 18 | E9 | 1 | 5A | 0 | 64 | 9 | 72 | 63 | 2E |
| Octal | 30 | 351 | 1 | 132 | 0 | 144 | 11 | 162 | 143 | 56 |
| Binary | 11000 | 11101001 | 1 | 1011010 | 0 | 1100100 | 1001 | 1110010 | 1100011 | 101110 |
Color Harmonies of #18E901
Complementary color
Monochromatic Colors of #18E901
Black with #18E901
Text Example
Text Example
White with #18E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E901; }
p { color: rgb(24,233,1); }
H1.HeaderClassName
{
color: #18E901;
}
.AnyTagClassName
{
color: #18E901;
}
</style>
background-color css
<style>
a { background-color: #18E901; }
a { background-color: rgb(24,233,1); }
div.DivClassName
{
background-color: #18E901;
}
.BgClassName
{
background-color: #18E901;
}
</style>
border-color css
<style>
span { border-color: #18E901; }
span { border-color: rgb(24,233,1); }
td.TdClassName
{
border-color: #18E901;
}
.TagClassName
{
border-color: #18E901;
}
</style>