Shades of Free Speech Green #10D203
Tints of Free Speech Green #10D203
RGB
CMYK
RGB Variations
Color information
#10D203 (or 0x10D203) is known color: Free Speech Green. HEX triplet: 10, D2 and 03. RGB value is (16,210,3). Sum of RGB (Red+Green+Blue) = 16+210+3=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 210 (82.42% from 255 or 91.70% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 210 - color contains mainly: green. Hex color #10D203 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D203 is #EF2DFC. Grayscale: #818181. Windows color (decimal): -15674877 or 250384. OLE color: 250384.
HSL color Cylindrical-coordinate representation of color #10D203: hue angle of 116.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10D203 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.18 |
| HSL | 116.23º | 0.97% | 0.42% | - |
| HSV(B) | 116.23º | 0.99% | 0.82% | - |
| XYZ | 23.28 | 46.21 | 7.78 | - |
| YUV | 128.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 3 | 0.92 | 0 | 0.99 | 0.18 | 116.23 | 0.97 | 0.42 |
| Hex | 10 | D2 | 3 | 5C | 0 | 63 | 12 | 74 | 61 | 2A |
| Octal | 20 | 322 | 3 | 134 | 0 | 143 | 22 | 164 | 141 | 52 |
| Binary | 10000 | 11010010 | 11 | 1011100 | 0 | 1100011 | 10010 | 1110100 | 1100001 | 101010 |
Color Harmonies of #10D203
Complementary color
Monochromatic Colors of #10D203
Black with #10D203
Text Example
Text Example
White with #10D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D203; }
p { color: rgb(16,210,3); }
H1.HeaderClassName
{
color: #10D203;
}
.AnyTagClassName
{
color: #10D203;
}
</style>
background-color css
<style>
a { background-color: #10D203; }
a { background-color: rgb(16,210,3); }
div.DivClassName
{
background-color: #10D203;
}
.BgClassName
{
background-color: #10D203;
}
</style>
border-color css
<style>
span { border-color: #10D203; }
span { border-color: rgb(16,210,3); }
td.TdClassName
{
border-color: #10D203;
}
.TagClassName
{
border-color: #10D203;
}
</style>