Shades of Free Speech Green #10D409
Tints of Free Speech Green #10D409
RGB
CMYK
RGB Variations
Color information
#10D409 (or 0x10D409) is known color: Free Speech Green. HEX triplet: 10, D4 and 09. RGB value is (16,212,9). Sum of RGB (Red+Green+Blue) = 16+212+9=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 212 (83.20% from 255 or 89.45% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 212 - color contains mainly: green. Hex color #10D409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D409 is #EF2BF6. Grayscale: #828282. Windows color (decimal): -15674359 or 644112. OLE color: 644112.
HSL color Cylindrical-coordinate representation of color #10D409: hue angle of 117.93º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10D409 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 9 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.17 |
| HSL | 117.93º | 0.92% | 0.43% | - |
| HSV(B) | 117.93º | 0.96% | 0.83% | - |
| XYZ | 23.81 | 47.22 | 8.12 | - |
| YUV | 130.25 | 59.57 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 9 | 0.92 | 0 | 0.96 | 0.17 | 117.93 | 0.92 | 0.43 |
| Hex | 10 | D4 | 9 | 5C | 0 | 60 | 11 | 76 | 5C | 2B |
| Octal | 20 | 324 | 11 | 134 | 0 | 140 | 21 | 166 | 134 | 53 |
| Binary | 10000 | 11010100 | 1001 | 1011100 | 0 | 1100000 | 10001 | 1110110 | 1011100 | 101011 |
Color Harmonies of #10D409
Complementary color
Monochromatic Colors of #10D409
Black with #10D409
Text Example
Text Example
White with #10D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D409; }
p { color: rgb(16,212,9); }
H1.HeaderClassName
{
color: #10D409;
}
.AnyTagClassName
{
color: #10D409;
}
</style>
background-color css
<style>
a { background-color: #10D409; }
a { background-color: rgb(16,212,9); }
div.DivClassName
{
background-color: #10D409;
}
.BgClassName
{
background-color: #10D409;
}
</style>
border-color css
<style>
span { border-color: #10D409; }
span { border-color: rgb(16,212,9); }
td.TdClassName
{
border-color: #10D409;
}
.TagClassName
{
border-color: #10D409;
}
</style>