Shades of Free Speech Green #18F316
Tints of Free Speech Green #18F316
RGB
CMYK
RGB Variations
Color information
#18F316 (or 0x18F316) is known color: Free Speech Green. HEX triplet: 18, F3 and 16. RGB value is (24,243,22). Sum of RGB (Red+Green+Blue) = 24+243+22=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #18F316 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F316 is #E70CE9. Grayscale: #989898. Windows color (decimal): -15142122 or 1504024. OLE color: 1504024.
HSL color Cylindrical-coordinate representation of color #18F316: hue angle of 119.46º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18F316 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 22 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.05 |
| HSL | 119.46º | 0.9% | 0.52% | - |
| HSV(B) | 119.46º | 0.91% | 0.95% | - |
| XYZ | 32.57 | 64.35 | 11.46 | - |
| YUV | 152.33 | 54.45 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 22 | 0.90 | 0 | 0.91 | 0.05 | 119.46 | 0.9 | 0.52 |
| Hex | 18 | F3 | 16 | 5A | 0 | 5B | 5 | 77 | 5A | 34 |
| Octal | 30 | 363 | 26 | 132 | 0 | 133 | 5 | 167 | 132 | 64 |
| Binary | 11000 | 11110011 | 10110 | 1011010 | 0 | 1011011 | 101 | 1110111 | 1011010 | 110100 |
Color Harmonies of #18F316
Complementary color
Monochromatic Colors of #18F316
Black with #18F316
Text Example
Text Example
White with #18F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F316; }
p { color: rgb(24,243,22); }
H1.HeaderClassName
{
color: #18F316;
}
.AnyTagClassName
{
color: #18F316;
}
</style>
background-color css
<style>
a { background-color: #18F316; }
a { background-color: rgb(24,243,22); }
div.DivClassName
{
background-color: #18F316;
}
.BgClassName
{
background-color: #18F316;
}
</style>
border-color css
<style>
span { border-color: #18F316; }
span { border-color: rgb(24,243,22); }
td.TdClassName
{
border-color: #18F316;
}
.TagClassName
{
border-color: #18F316;
}
</style>