Shades of Free Speech Green #18EA04
Tints of Free Speech Green #18EA04
RGB
CMYK
RGB Variations
Color information
#18EA04 (or 0x18EA04) is known color: Free Speech Green. HEX triplet: 18, EA and 04. RGB value is (24,234,4). Sum of RGB (Red+Green+Blue) = 24+234+4=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 234 (91.80% from 255 or 89.31% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EA04 is #E715FB. Grayscale: #919191. Windows color (decimal): -15144444 or 322072. OLE color: 322072.
HSL color Cylindrical-coordinate representation of color #18EA04: hue angle of 114.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18EA04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.08 |
| HSL | 114.78º | 0.97% | 0.47% | - |
| HSV(B) | 114.78º | 0.98% | 0.92% | - |
| XYZ | 29.82 | 59.05 | 9.94 | - |
| YUV | 144.99 | 48.43 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 4 | 0.90 | 0 | 0.98 | 0.08 | 114.78 | 0.97 | 0.47 |
| Hex | 18 | EA | 4 | 5A | 0 | 62 | 8 | 73 | 61 | 2F |
| Octal | 30 | 352 | 4 | 132 | 0 | 142 | 10 | 163 | 141 | 57 |
| Binary | 11000 | 11101010 | 100 | 1011010 | 0 | 1100010 | 1000 | 1110011 | 1100001 | 101111 |
Color Harmonies of #18EA04
Complementary color
Monochromatic Colors of #18EA04
Black with #18EA04
Text Example
Text Example
White with #18EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA04; }
p { color: rgb(24,234,4); }
H1.HeaderClassName
{
color: #18EA04;
}
.AnyTagClassName
{
color: #18EA04;
}
</style>
background-color css
<style>
a { background-color: #18EA04; }
a { background-color: rgb(24,234,4); }
div.DivClassName
{
background-color: #18EA04;
}
.BgClassName
{
background-color: #18EA04;
}
</style>
border-color css
<style>
span { border-color: #18EA04; }
span { border-color: rgb(24,234,4); }
td.TdClassName
{
border-color: #18EA04;
}
.TagClassName
{
border-color: #18EA04;
}
</style>