Shades of Free Speech Green #18FD17
Tints of Free Speech Green #18FD17
RGB
CMYK
RGB Variations
Color information
#18FD17 (or 0x18FD17) is known color: Free Speech Green. HEX triplet: 18, FD and 17. RGB value is (24,253,23). Sum of RGB (Red+Green+Blue) = 24+253+23=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 253 (99.22% from 255 or 84.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 253 - color contains mainly: green. Hex color #18FD17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FD17 is #E702E8. Grayscale: #9E9E9E. Windows color (decimal): -15139561 or 1572120. OLE color: 1572120.
HSL color Cylindrical-coordinate representation of color #18FD17: hue angle of 119.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FD17 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 23 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.01 |
| HSL | 119.74º | 0.98% | 0.54% | - |
| HSV(B) | 119.74º | 0.91% | 0.99% | - |
| XYZ | 35.66 | 70.51 | 12.54 | - |
| YUV | 158.31 | 51.63 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 23 | 0.91 | 0 | 0.91 | 0.01 | 119.74 | 0.98 | 0.54 |
| Hex | 18 | FD | 17 | 5B | 0 | 5B | 1 | 78 | 62 | 36 |
| Octal | 30 | 375 | 27 | 133 | 0 | 133 | 1 | 170 | 142 | 66 |
| Binary | 11000 | 11111101 | 10111 | 1011011 | 0 | 1011011 | 1 | 1111000 | 1100010 | 110110 |
Color Harmonies of #18FD17
Complementary color
Monochromatic Colors of #18FD17
Black with #18FD17
Text Example
Text Example
White with #18FD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FD17; }
p { color: rgb(24,253,23); }
H1.HeaderClassName
{
color: #18FD17;
}
.AnyTagClassName
{
color: #18FD17;
}
</style>
background-color css
<style>
a { background-color: #18FD17; }
a { background-color: rgb(24,253,23); }
div.DivClassName
{
background-color: #18FD17;
}
.BgClassName
{
background-color: #18FD17;
}
</style>
border-color css
<style>
span { border-color: #18FD17; }
span { border-color: rgb(24,253,23); }
td.TdClassName
{
border-color: #18FD17;
}
.TagClassName
{
border-color: #18FD17;
}
</style>