Shades of Free Speech Green #18DA17
Tints of Free Speech Green #18DA17
RGB
CMYK
RGB Variations
Color information
#18DA17 (or 0x18DA17) is known color: Free Speech Green. HEX triplet: 18, DA and 17. RGB value is (24,218,23). Sum of RGB (Red+Green+Blue) = 24+218+23=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 218 (85.55% from 255 or 82.26% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DA17 is #E725E8. Grayscale: #8A8A8A. Windows color (decimal): -15148521 or 1563160. OLE color: 1563160.
HSL color Cylindrical-coordinate representation of color #18DA17: hue angle of 119.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA17 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 218 | 23 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.15 |
| HSL | 119.69º | 0.81% | 0.47% | - |
| HSV(B) | 119.69º | 0.89% | 0.85% | - |
| XYZ | 25.6 | 50.4 | 9.19 | - |
| YUV | 137.76 | 63.23 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 23 | 0.89 | 0 | 0.89 | 0.15 | 119.69 | 0.81 | 0.47 |
| Hex | 18 | DA | 17 | 59 | 0 | 59 | F | 78 | 51 | 2F |
| Octal | 30 | 332 | 27 | 131 | 0 | 131 | 17 | 170 | 121 | 57 |
| Binary | 11000 | 11011010 | 10111 | 1011001 | 0 | 1011001 | 1111 | 1111000 | 1010001 | 101111 |
Color Harmonies of #18DA17
Complementary color
Monochromatic Colors of #18DA17
Black with #18DA17
Text Example
Text Example
White with #18DA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DA17; }
p { color: rgb(24,218,23); }
H1.HeaderClassName
{
color: #18DA17;
}
.AnyTagClassName
{
color: #18DA17;
}
</style>
background-color css
<style>
a { background-color: #18DA17; }
a { background-color: rgb(24,218,23); }
div.DivClassName
{
background-color: #18DA17;
}
.BgClassName
{
background-color: #18DA17;
}
</style>
border-color css
<style>
span { border-color: #18DA17; }
span { border-color: rgb(24,218,23); }
td.TdClassName
{
border-color: #18DA17;
}
.TagClassName
{
border-color: #18DA17;
}
</style>