Shades of Free Speech Green #10DA18
Tints of Free Speech Green #10DA18
RGB
CMYK
RGB Variations
Color information
#10DA18 (or 0x10DA18) is known color: Free Speech Green. HEX triplet: 10, DA and 18. RGB value is (16,218,24). Sum of RGB (Red+Green+Blue) = 16+218+24=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 218 (85.55% from 255 or 84.50% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DA18 is #EF25E7. Grayscale: #888888. Windows color (decimal): -15672808 or 1628688. OLE color: 1628688.
HSL color Cylindrical-coordinate representation of color #10DA18: hue angle of 122.38º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA18 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 24 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.15 |
| HSL | 122.38º | 0.86% | 0.46% | - |
| HSV(B) | 122.38º | 0.93% | 0.85% | - |
| XYZ | 25.45 | 50.32 | 9.24 | - |
| YUV | 135.49 | 65.08 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 24 | 0.93 | 0 | 0.89 | 0.15 | 122.38 | 0.86 | 0.46 |
| Hex | 10 | DA | 18 | 5D | 0 | 59 | F | 7A | 56 | 2E |
| Octal | 20 | 332 | 30 | 135 | 0 | 131 | 17 | 172 | 126 | 56 |
| Binary | 10000 | 11011010 | 11000 | 1011101 | 0 | 1011001 | 1111 | 1111010 | 1010110 | 101110 |
Color Harmonies of #10DA18
Complementary color
Monochromatic Colors of #10DA18
Black with #10DA18
Text Example
Text Example
White with #10DA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA18; }
p { color: rgb(16,218,24); }
H1.HeaderClassName
{
color: #10DA18;
}
.AnyTagClassName
{
color: #10DA18;
}
</style>
background-color css
<style>
a { background-color: #10DA18; }
a { background-color: rgb(16,218,24); }
div.DivClassName
{
background-color: #10DA18;
}
.BgClassName
{
background-color: #10DA18;
}
</style>
border-color css
<style>
span { border-color: #10DA18; }
span { border-color: rgb(16,218,24); }
td.TdClassName
{
border-color: #10DA18;
}
.TagClassName
{
border-color: #10DA18;
}
</style>