Shades of Free Speech Green #18FA17
Tints of Free Speech Green #18FA17
RGB
CMYK
RGB Variations
Color information
#18FA17 (or 0x18FA17) is known color: Free Speech Green. HEX triplet: 18, FA and 17. RGB value is (24,250,23). Sum of RGB (Red+Green+Blue) = 24+250+23=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 250 (98.05% from 255 or 84.18% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA17 is #E705E8. Grayscale: #9D9D9D. Windows color (decimal): -15140329 or 1571352. OLE color: 1571352.
HSL color Cylindrical-coordinate representation of color #18FA17: hue angle of 119.74º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FA17 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 23 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.02 |
| HSL | 119.74º | 0.96% | 0.54% | - |
| HSV(B) | 119.74º | 0.91% | 0.98% | - |
| XYZ | 34.72 | 68.63 | 12.23 | - |
| YUV | 156.55 | 52.63 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 23 | 0.90 | 0 | 0.91 | 0.02 | 119.74 | 0.96 | 0.54 |
| Hex | 18 | FA | 17 | 5A | 0 | 5B | 2 | 78 | 60 | 36 |
| Octal | 30 | 372 | 27 | 132 | 0 | 133 | 2 | 170 | 140 | 66 |
| Binary | 11000 | 11111010 | 10111 | 1011010 | 0 | 1011011 | 10 | 1111000 | 1100000 | 110110 |
Color Harmonies of #18FA17
Complementary color
Monochromatic Colors of #18FA17
Black with #18FA17
Text Example
Text Example
White with #18FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA17; }
p { color: rgb(24,250,23); }
H1.HeaderClassName
{
color: #18FA17;
}
.AnyTagClassName
{
color: #18FA17;
}
</style>
background-color css
<style>
a { background-color: #18FA17; }
a { background-color: rgb(24,250,23); }
div.DivClassName
{
background-color: #18FA17;
}
.BgClassName
{
background-color: #18FA17;
}
</style>
border-color css
<style>
span { border-color: #18FA17; }
span { border-color: rgb(24,250,23); }
td.TdClassName
{
border-color: #18FA17;
}
.TagClassName
{
border-color: #18FA17;
}
</style>