Shades of Free Speech Green #18FA12
Tints of Free Speech Green #18FA12
RGB
CMYK
RGB Variations
Color information
#18FA12 (or 0x18FA12) is known color: Free Speech Green. HEX triplet: 18, FA and 12. RGB value is (24,250,18). Sum of RGB (Red+Green+Blue) = 24+250+18=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA12 is #E705ED. Grayscale: #9C9C9C. Windows color (decimal): -15140334 or 1243672. OLE color: 1243672.
HSL color Cylindrical-coordinate representation of color #18FA12: hue angle of 118.45º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18FA12 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 18 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.02 |
| HSL | 118.45º | 0.96% | 0.53% | - |
| HSV(B) | 118.45º | 0.93% | 0.98% | - |
| XYZ | 34.67 | 68.61 | 11.99 | - |
| YUV | 155.98 | 50.13 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 18 | 0.90 | 0 | 0.93 | 0.02 | 118.45 | 0.96 | 0.53 |
| Hex | 18 | FA | 12 | 5A | 0 | 5D | 2 | 76 | 60 | 35 |
| Octal | 30 | 372 | 22 | 132 | 0 | 135 | 2 | 166 | 140 | 65 |
| Binary | 11000 | 11111010 | 10010 | 1011010 | 0 | 1011101 | 10 | 1110110 | 1100000 | 110101 |
Color Harmonies of #18FA12
Complementary color
Monochromatic Colors of #18FA12
Black with #18FA12
Text Example
Text Example
White with #18FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA12; }
p { color: rgb(24,250,18); }
H1.HeaderClassName
{
color: #18FA12;
}
.AnyTagClassName
{
color: #18FA12;
}
</style>
background-color css
<style>
a { background-color: #18FA12; }
a { background-color: rgb(24,250,18); }
div.DivClassName
{
background-color: #18FA12;
}
.BgClassName
{
background-color: #18FA12;
}
</style>
border-color css
<style>
span { border-color: #18FA12; }
span { border-color: rgb(24,250,18); }
td.TdClassName
{
border-color: #18FA12;
}
.TagClassName
{
border-color: #18FA12;
}
</style>