Shades of Free Speech Green #10D415
Tints of Free Speech Green #10D415
RGB
CMYK
RGB Variations
Color information
#10D415 (or 0x10D415) is known color: Free Speech Green. HEX triplet: 10, D4 and 15. RGB value is (16,212,21). Sum of RGB (Red+Green+Blue) = 16+212+21=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 212 (83.20% from 255 or 85.14% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 212 - color contains mainly: green. Hex color #10D415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D415 is #EF2BEA. Grayscale: #848484. Windows color (decimal): -15674347 or 1430544. OLE color: 1430544.
HSL color Cylindrical-coordinate representation of color #10D415: hue angle of 121.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D415 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 21 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.17 |
| HSL | 121.53º | 0.86% | 0.45% | - |
| HSV(B) | 121.53º | 0.92% | 0.83% | - |
| XYZ | 23.89 | 47.25 | 8.57 | - |
| YUV | 131.62 | 65.57 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 21 | 0.92 | 0 | 0.90 | 0.17 | 121.53 | 0.86 | 0.45 |
| Hex | 10 | D4 | 15 | 5C | 0 | 5A | 11 | 7A | 56 | 2D |
| Octal | 20 | 324 | 25 | 134 | 0 | 132 | 21 | 172 | 126 | 55 |
| Binary | 10000 | 11010100 | 10101 | 1011100 | 0 | 1011010 | 10001 | 1111010 | 1010110 | 101101 |
Color Harmonies of #10D415
Complementary color
Monochromatic Colors of #10D415
Black with #10D415
Text Example
Text Example
White with #10D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D415; }
p { color: rgb(16,212,21); }
H1.HeaderClassName
{
color: #10D415;
}
.AnyTagClassName
{
color: #10D415;
}
</style>
background-color css
<style>
a { background-color: #10D415; }
a { background-color: rgb(16,212,21); }
div.DivClassName
{
background-color: #10D415;
}
.BgClassName
{
background-color: #10D415;
}
</style>
border-color css
<style>
span { border-color: #10D415; }
span { border-color: rgb(16,212,21); }
td.TdClassName
{
border-color: #10D415;
}
.TagClassName
{
border-color: #10D415;
}
</style>