Shades of Free Speech Green #10D205
Tints of Free Speech Green #10D205
RGB
CMYK
RGB Variations
Color information
#10D205 (or 0x10D205) is known color: Free Speech Green. HEX triplet: 10, D2 and 05. RGB value is (16,210,5). Sum of RGB (Red+Green+Blue) = 16+210+5=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 210 (82.42% from 255 or 90.91% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 210 - color contains mainly: green. Hex color #10D205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D205 is #EF2DFA. Grayscale: #818181. Windows color (decimal): -15674875 or 381456. OLE color: 381456.
HSL color Cylindrical-coordinate representation of color #10D205: hue angle of 116.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10D205 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 5 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.18 |
| HSL | 116.78º | 0.95% | 0.42% | - |
| HSV(B) | 116.78º | 0.98% | 0.82% | - |
| XYZ | 23.29 | 46.21 | 7.84 | - |
| YUV | 128.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 5 | 0.92 | 0 | 0.98 | 0.18 | 116.78 | 0.95 | 0.42 |
| Hex | 10 | D2 | 5 | 5C | 0 | 62 | 12 | 75 | 5F | 2A |
| Octal | 20 | 322 | 5 | 134 | 0 | 142 | 22 | 165 | 137 | 52 |
| Binary | 10000 | 11010010 | 101 | 1011100 | 0 | 1100010 | 10010 | 1110101 | 1011111 | 101010 |
Color Harmonies of #10D205
Complementary color
Monochromatic Colors of #10D205
Black with #10D205
Text Example
Text Example
White with #10D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D205; }
p { color: rgb(16,210,5); }
H1.HeaderClassName
{
color: #10D205;
}
.AnyTagClassName
{
color: #10D205;
}
</style>
background-color css
<style>
a { background-color: #10D205; }
a { background-color: rgb(16,210,5); }
div.DivClassName
{
background-color: #10D205;
}
.BgClassName
{
background-color: #10D205;
}
</style>
border-color css
<style>
span { border-color: #10D205; }
span { border-color: rgb(16,210,5); }
td.TdClassName
{
border-color: #10D205;
}
.TagClassName
{
border-color: #10D205;
}
</style>