Shades of Free Speech Green #18FF0A
Tints of Free Speech Green #18FF0A
RGB
CMYK
RGB Variations
Color information
#18FF0A (or 0x18FF0A) is known color: Free Speech Green. HEX triplet: 18, FF and 0A. RGB value is (24,255,10). Sum of RGB (Red+Green+Blue) = 24+255+10=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FF0A is #E700F5. Grayscale: #9E9E9E. Windows color (decimal): -15139062 or 720664. OLE color: 720664.
HSL color Cylindrical-coordinate representation of color #18FF0A: hue angle of 116.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18FF0A is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 10 | - |
| CMYK | 0.91 | 0 | 0.96 | 0 |
| HSL | 116.57º | 1% | 0.52% | - |
| HSV(B) | 116.57º | 0.96% | 1% | - |
| XYZ | 36.19 | 71.74 | 12.23 | - |
| YUV | 158 | 44.47 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 10 | 0.91 | 0 | 0.96 | 0 | 116.57 | 1 | 0.52 |
| Hex | 18 | FF | A | 5B | 0 | 60 | 0 | 75 | 64 | 34 |
| Octal | 30 | 377 | 12 | 133 | 0 | 140 | 0 | 165 | 144 | 64 |
| Binary | 11000 | 11111111 | 1010 | 1011011 | 0 | 1100000 | 0 | 1110101 | 1100100 | 110100 |
Color Harmonies of #18FF0A
Complementary color
Monochromatic Colors of #18FF0A
Black with #18FF0A
Text Example
Text Example
White with #18FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF0A; }
p { color: rgb(24,255,10); }
H1.HeaderClassName
{
color: #18FF0A;
}
.AnyTagClassName
{
color: #18FF0A;
}
</style>
background-color css
<style>
a { background-color: #18FF0A; }
a { background-color: rgb(24,255,10); }
div.DivClassName
{
background-color: #18FF0A;
}
.BgClassName
{
background-color: #18FF0A;
}
</style>
border-color css
<style>
span { border-color: #18FF0A; }
span { border-color: rgb(24,255,10); }
td.TdClassName
{
border-color: #18FF0A;
}
.TagClassName
{
border-color: #18FF0A;
}
</style>