Shades of Free Speech Green #10D319
Tints of Free Speech Green #10D319
RGB
CMYK
RGB Variations
Color information
#10D319 (or 0x10D319) is known color: Free Speech Green. HEX triplet: 10, D3 and 19. RGB value is (16,211,25). Sum of RGB (Red+Green+Blue) = 16+211+25=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 211 (82.81% from 255 or 83.73% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 211 - color contains mainly: green. Hex color #10D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D319 is #EF2CE6. Grayscale: #848484. Windows color (decimal): -15674599 or 1692432. OLE color: 1692432.
HSL color Cylindrical-coordinate representation of color #10D319: hue angle of 122.77º 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 #10D319 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.17 |
| HSL | 122.77º | 0.86% | 0.45% | - |
| HSV(B) | 122.77º | 0.92% | 0.83% | - |
| XYZ | 23.68 | 46.77 | 8.7 | - |
| YUV | 131.49 | 67.9 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 25 | 0.92 | 0 | 0.88 | 0.17 | 122.77 | 0.86 | 0.45 |
| Hex | 10 | D3 | 19 | 5C | 0 | 58 | 11 | 7B | 56 | 2D |
| Octal | 20 | 323 | 31 | 134 | 0 | 130 | 21 | 173 | 126 | 55 |
| Binary | 10000 | 11010011 | 11001 | 1011100 | 0 | 1011000 | 10001 | 1111011 | 1010110 | 101101 |
Color Harmonies of #10D319
Complementary color
Monochromatic Colors of #10D319
Black with #10D319
Text Example
Text Example
White with #10D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D319; }
p { color: rgb(16,211,25); }
H1.HeaderClassName
{
color: #10D319;
}
.AnyTagClassName
{
color: #10D319;
}
</style>
background-color css
<style>
a { background-color: #10D319; }
a { background-color: rgb(16,211,25); }
div.DivClassName
{
background-color: #10D319;
}
.BgClassName
{
background-color: #10D319;
}
</style>
border-color css
<style>
span { border-color: #10D319; }
span { border-color: rgb(16,211,25); }
td.TdClassName
{
border-color: #10D319;
}
.TagClassName
{
border-color: #10D319;
}
</style>