Shades of Free Speech Green #10DD12
Tints of Free Speech Green #10DD12
RGB
CMYK
RGB Variations
Color information
#10DD12 (or 0x10DD12) is known color: Free Speech Green. HEX triplet: 10, DD and 12. RGB value is (16,221,18). Sum of RGB (Red+Green+Blue) = 16+221+18=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DD12 is #EF22ED. Grayscale: #898989. Windows color (decimal): -15672046 or 1236240. OLE color: 1236240.
HSL color Cylindrical-coordinate representation of color #10DD12: hue angle of 120.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD12 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 18 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.13 |
| HSL | 120.59º | 0.86% | 0.46% | - |
| HSV(B) | 120.59º | 0.93% | 0.87% | - |
| XYZ | 26.18 | 51.87 | 9.2 | - |
| YUV | 136.56 | 61.08 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 18 | 0.93 | 0 | 0.92 | 0.13 | 120.59 | 0.86 | 0.46 |
| Hex | 10 | DD | 12 | 5D | 0 | 5C | D | 79 | 56 | 2E |
| Octal | 20 | 335 | 22 | 135 | 0 | 134 | 15 | 171 | 126 | 56 |
| Binary | 10000 | 11011101 | 10010 | 1011101 | 0 | 1011100 | 1101 | 1111001 | 1010110 | 101110 |
Color Harmonies of #10DD12
Complementary color
Monochromatic Colors of #10DD12
Black with #10DD12
Text Example
Text Example
White with #10DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD12; }
p { color: rgb(16,221,18); }
H1.HeaderClassName
{
color: #10DD12;
}
.AnyTagClassName
{
color: #10DD12;
}
</style>
background-color css
<style>
a { background-color: #10DD12; }
a { background-color: rgb(16,221,18); }
div.DivClassName
{
background-color: #10DD12;
}
.BgClassName
{
background-color: #10DD12;
}
</style>
border-color css
<style>
span { border-color: #10DD12; }
span { border-color: rgb(16,221,18); }
td.TdClassName
{
border-color: #10DD12;
}
.TagClassName
{
border-color: #10DD12;
}
</style>