Shades of Free Speech Green #18FF17
Tints of Free Speech Green #18FF17
RGB
CMYK
RGB Variations
Color information
#18FF17 (or 0x18FF17) is known color: Free Speech Green. HEX triplet: 18, FF and 17. RGB value is (24,255,23). Sum of RGB (Red+Green+Blue) = 24+255+23=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FF17 is #E700E8. Grayscale: #A0A0A0. Windows color (decimal): -15139049 or 1572632. OLE color: 1572632.
HSL color Cylindrical-coordinate representation of color #18FF17: hue angle of 119.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF17 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 23 | - |
| CMYK | 0.91 | 0 | 0.91 | 0 |
| HSL | 119.74º | 1% | 0.55% | - |
| HSV(B) | 119.74º | 0.91% | 1% | - |
| XYZ | 36.29 | 71.78 | 12.75 | - |
| YUV | 159.48 | 50.97 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 23 | 0.91 | 0 | 0.91 | 0 | 119.74 | 1 | 0.55 |
| Hex | 18 | FF | 17 | 5B | 0 | 5B | 0 | 78 | 64 | 37 |
| Octal | 30 | 377 | 27 | 133 | 0 | 133 | 0 | 170 | 144 | 67 |
| Binary | 11000 | 11111111 | 10111 | 1011011 | 0 | 1011011 | 0 | 1111000 | 1100100 | 110111 |
Color Harmonies of #18FF17
Complementary color
Monochromatic Colors of #18FF17
Black with #18FF17
Text Example
Text Example
White with #18FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF17; }
p { color: rgb(24,255,23); }
H1.HeaderClassName
{
color: #18FF17;
}
.AnyTagClassName
{
color: #18FF17;
}
</style>
background-color css
<style>
a { background-color: #18FF17; }
a { background-color: rgb(24,255,23); }
div.DivClassName
{
background-color: #18FF17;
}
.BgClassName
{
background-color: #18FF17;
}
</style>
border-color css
<style>
span { border-color: #18FF17; }
span { border-color: rgb(24,255,23); }
td.TdClassName
{
border-color: #18FF17;
}
.TagClassName
{
border-color: #18FF17;
}
</style>