Shades of Free Speech Green #10DD2A
Tints of Free Speech Green #10DD2A
RGB
CMYK
RGB Variations
Color information
#10DD2A (or 0x10DD2A) is known color: Free Speech Green. HEX triplet: 10, DD and 2A. RGB value is (16,221,42). Sum of RGB (Red+Green+Blue) = 16+221+42=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD2A is #EF22D5. Grayscale: #8B8B8B. Windows color (decimal): -15672022 or 2809104. OLE color: 2809104.
HSL color Cylindrical-coordinate representation of color #10DD2A: hue angle of 127.61º 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 #10DD2A is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 42 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.13 |
| HSL | 127.61º | 0.86% | 0.46% | - |
| HSV(B) | 127.61º | 0.93% | 0.87% | - |
| XYZ | 26.49 | 51.99 | 10.83 | - |
| YUV | 139.3 | 73.08 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 42 | 0.93 | 0 | 0.81 | 0.13 | 127.61 | 0.86 | 0.46 |
| Hex | 10 | DD | 2A | 5D | 0 | 51 | D | 80 | 56 | 2E |
| Octal | 20 | 335 | 52 | 135 | 0 | 121 | 15 | 200 | 126 | 56 |
| Binary | 10000 | 11011101 | 101010 | 1011101 | 0 | 1010001 | 1101 | 10000000 | 1010110 | 101110 |
Color Harmonies of #10DD2A
Complementary color
Monochromatic Colors of #10DD2A
Black with #10DD2A
Text Example
Text Example
White with #10DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD2A; }
p { color: rgb(16,221,42); }
H1.HeaderClassName
{
color: #10DD2A;
}
.AnyTagClassName
{
color: #10DD2A;
}
</style>
background-color css
<style>
a { background-color: #10DD2A; }
a { background-color: rgb(16,221,42); }
div.DivClassName
{
background-color: #10DD2A;
}
.BgClassName
{
background-color: #10DD2A;
}
</style>
border-color css
<style>
span { border-color: #10DD2A; }
span { border-color: rgb(16,221,42); }
td.TdClassName
{
border-color: #10DD2A;
}
.TagClassName
{
border-color: #10DD2A;
}
</style>