Shades of Free Speech Green #18F217
Tints of Free Speech Green #18F217
RGB
CMYK
RGB Variations
Color information
#18F217 (or 0x18F217) is known color: Free Speech Green. HEX triplet: 18, F2 and 17. RGB value is (24,242,23). Sum of RGB (Red+Green+Blue) = 24+242+23=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #18F217 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F217 is #E70DE8. Grayscale: #989898. Windows color (decimal): -15142377 or 1569304. OLE color: 1569304.
HSL color Cylindrical-coordinate representation of color #18F217: hue angle of 119.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F217 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 23 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.05 |
| HSL | 119.73º | 0.89% | 0.52% | - |
| HSV(B) | 119.73º | 0.9% | 0.95% | - |
| XYZ | 32.28 | 63.76 | 11.42 | - |
| YUV | 151.85 | 55.28 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 23 | 0.90 | 0 | 0.90 | 0.05 | 119.73 | 0.89 | 0.52 |
| Hex | 18 | F2 | 17 | 5A | 0 | 5A | 5 | 78 | 59 | 34 |
| Octal | 30 | 362 | 27 | 132 | 0 | 132 | 5 | 170 | 131 | 64 |
| Binary | 11000 | 11110010 | 10111 | 1011010 | 0 | 1011010 | 101 | 1111000 | 1011001 | 110100 |
Color Harmonies of #18F217
Complementary color
Monochromatic Colors of #18F217
Black with #18F217
Text Example
Text Example
White with #18F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F217; }
p { color: rgb(24,242,23); }
H1.HeaderClassName
{
color: #18F217;
}
.AnyTagClassName
{
color: #18F217;
}
</style>
background-color css
<style>
a { background-color: #18F217; }
a { background-color: rgb(24,242,23); }
div.DivClassName
{
background-color: #18F217;
}
.BgClassName
{
background-color: #18F217;
}
</style>
border-color css
<style>
span { border-color: #18F217; }
span { border-color: rgb(24,242,23); }
td.TdClassName
{
border-color: #18F217;
}
.TagClassName
{
border-color: #18F217;
}
</style>