Shades of Free Speech Green #18E101
Tints of Free Speech Green #18E101
RGB
CMYK
RGB Variations
Color information
#18E101 (or 0x18E101) is known color: Free Speech Green. HEX triplet: 18, E1 and 01. RGB value is (24,225,1). Sum of RGB (Red+Green+Blue) = 24+225+1=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 225 (88.28% from 255 or 90% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 225 - color contains mainly: green. Hex color #18E101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E101 is #E71EFE. Grayscale: #8C8C8C. Windows color (decimal): -15146751 or 123160. OLE color: 123160.
HSL color Cylindrical-coordinate representation of color #18E101: hue angle of 113.84º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18E101 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 1 | - |
| CMYK | 0.89 | 0 | 1.00 | 0.12 |
| HSL | 113.84º | 0.99% | 0.44% | - |
| HSV(B) | 113.84º | 1% | 0.88% | - |
| XYZ | 27.31 | 54.05 | 9.02 | - |
| YUV | 139.37 | 49.91 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 1 | 0.89 | 0 | 1.00 | 0.12 | 113.84 | 0.99 | 0.44 |
| Hex | 18 | E1 | 1 | 59 | 0 | 64 | C | 72 | 63 | 2C |
| Octal | 30 | 341 | 1 | 131 | 0 | 144 | 14 | 162 | 143 | 54 |
| Binary | 11000 | 11100001 | 1 | 1011001 | 0 | 1100100 | 1100 | 1110010 | 1100011 | 101100 |
Color Harmonies of #18E101
Complementary color
Monochromatic Colors of #18E101
Black with #18E101
Text Example
Text Example
White with #18E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E101; }
p { color: rgb(24,225,1); }
H1.HeaderClassName
{
color: #18E101;
}
.AnyTagClassName
{
color: #18E101;
}
</style>
background-color css
<style>
a { background-color: #18E101; }
a { background-color: rgb(24,225,1); }
div.DivClassName
{
background-color: #18E101;
}
.BgClassName
{
background-color: #18E101;
}
</style>
border-color css
<style>
span { border-color: #18E101; }
span { border-color: rgb(24,225,1); }
td.TdClassName
{
border-color: #18E101;
}
.TagClassName
{
border-color: #18E101;
}
</style>