Shades of Free Speech Green #18D919
Tints of Free Speech Green #18D919
RGB
CMYK
RGB Variations
Color information
#18D919 (or 0x18D919) is known color: Free Speech Green. HEX triplet: 18, D9 and 19. RGB value is (24,217,25). Sum of RGB (Red+Green+Blue) = 24+217+25=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #18D919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D919 is #E726E6. Grayscale: #898989. Windows color (decimal): -15148775 or 1693976. OLE color: 1693976.
HSL color Cylindrical-coordinate representation of color #18D919: hue angle of 120.31º degrees, saturation: 0.8, 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 #18D919 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 25 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.15 |
| HSL | 120.31º | 0.8% | 0.47% | - |
| HSV(B) | 120.31º | 0.89% | 0.85% | - |
| XYZ | 25.37 | 49.89 | 9.21 | - |
| YUV | 137.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 25 | 0.89 | 0 | 0.88 | 0.15 | 120.31 | 0.8 | 0.47 |
| Hex | 18 | D9 | 19 | 59 | 0 | 58 | F | 78 | 50 | 2F |
| Octal | 30 | 331 | 31 | 131 | 0 | 130 | 17 | 170 | 120 | 57 |
| Binary | 11000 | 11011001 | 11001 | 1011001 | 0 | 1011000 | 1111 | 1111000 | 1010000 | 101111 |
Color Harmonies of #18D919
Complementary color
Monochromatic Colors of #18D919
Black with #18D919
Text Example
Text Example
White with #18D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D919; }
p { color: rgb(24,217,25); }
H1.HeaderClassName
{
color: #18D919;
}
.AnyTagClassName
{
color: #18D919;
}
</style>
background-color css
<style>
a { background-color: #18D919; }
a { background-color: rgb(24,217,25); }
div.DivClassName
{
background-color: #18D919;
}
.BgClassName
{
background-color: #18D919;
}
</style>
border-color css
<style>
span { border-color: #18D919; }
span { border-color: rgb(24,217,25); }
td.TdClassName
{
border-color: #18D919;
}
.TagClassName
{
border-color: #18D919;
}
</style>