Shades of Free Speech Green #18F612
Tints of Free Speech Green #18F612
RGB
CMYK
RGB Variations
Color information
#18F612 (or 0x18F612) is known color: Free Speech Green. HEX triplet: 18, F6 and 12. RGB value is (24,246,18). Sum of RGB (Red+Green+Blue) = 24+246+18=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 246 (96.48% from 255 or 85.42% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 246 - color contains mainly: green. Hex color #18F612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F612 is #E709ED. Grayscale: #9A9A9A. Windows color (decimal): -15141358 or 1242648. OLE color: 1242648.
HSL color Cylindrical-coordinate representation of color #18F612: hue angle of 118.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18F612 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 18 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.04 |
| HSL | 118.42º | 0.93% | 0.52% | - |
| HSV(B) | 118.42º | 0.93% | 0.96% | - |
| XYZ | 33.44 | 66.15 | 11.58 | - |
| YUV | 153.63 | 51.45 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 18 | 0.90 | 0 | 0.93 | 0.04 | 118.42 | 0.93 | 0.52 |
| Hex | 18 | F6 | 12 | 5A | 0 | 5D | 4 | 76 | 5D | 34 |
| Octal | 30 | 366 | 22 | 132 | 0 | 135 | 4 | 166 | 135 | 64 |
| Binary | 11000 | 11110110 | 10010 | 1011010 | 0 | 1011101 | 100 | 1110110 | 1011101 | 110100 |
Color Harmonies of #18F612
Complementary color
Monochromatic Colors of #18F612
Black with #18F612
Text Example
Text Example
White with #18F612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F612; }
p { color: rgb(24,246,18); }
H1.HeaderClassName
{
color: #18F612;
}
.AnyTagClassName
{
color: #18F612;
}
</style>
background-color css
<style>
a { background-color: #18F612; }
a { background-color: rgb(24,246,18); }
div.DivClassName
{
background-color: #18F612;
}
.BgClassName
{
background-color: #18F612;
}
</style>
border-color css
<style>
span { border-color: #18F612; }
span { border-color: rgb(24,246,18); }
td.TdClassName
{
border-color: #18F612;
}
.TagClassName
{
border-color: #18F612;
}
</style>