Shades of Free Speech Green #18EF10
Tints of Free Speech Green #18EF10
RGB
CMYK
RGB Variations
Color information
#18EF10 (or 0x18EF10) is known color: Free Speech Green. HEX triplet: 18, EF and 10. RGB value is (24,239,16). Sum of RGB (Red+Green+Blue) = 24+239+16=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 239 (93.75% from 255 or 85.66% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EF10 is #E710EF. Grayscale: #959595. Windows color (decimal): -15143152 or 1109784. OLE color: 1109784.
HSL color Cylindrical-coordinate representation of color #18EF10: hue angle of 117.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18EF10 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.06 |
| HSL | 117.85º | 0.87% | 0.5% | - |
| HSV(B) | 117.85º | 0.93% | 0.94% | - |
| XYZ | 31.34 | 61.96 | 10.8 | - |
| YUV | 149.29 | 52.77 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 16 | 0.90 | 0 | 0.93 | 0.06 | 117.85 | 0.87 | 0.5 |
| Hex | 18 | EF | 10 | 5A | 0 | 5D | 6 | 76 | 57 | 32 |
| Octal | 30 | 357 | 20 | 132 | 0 | 135 | 6 | 166 | 127 | 62 |
| Binary | 11000 | 11101111 | 10000 | 1011010 | 0 | 1011101 | 110 | 1110110 | 1010111 | 110010 |
Color Harmonies of #18EF10
Complementary color
Monochromatic Colors of #18EF10
Black with #18EF10
Text Example
Text Example
White with #18EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF10; }
p { color: rgb(24,239,16); }
H1.HeaderClassName
{
color: #18EF10;
}
.AnyTagClassName
{
color: #18EF10;
}
</style>
background-color css
<style>
a { background-color: #18EF10; }
a { background-color: rgb(24,239,16); }
div.DivClassName
{
background-color: #18EF10;
}
.BgClassName
{
background-color: #18EF10;
}
</style>
border-color css
<style>
span { border-color: #18EF10; }
span { border-color: rgb(24,239,16); }
td.TdClassName
{
border-color: #18EF10;
}
.TagClassName
{
border-color: #18EF10;
}
</style>