Shades of Free Speech Green #10D31D
Tints of Free Speech Green #10D31D
RGB
CMYK
RGB Variations
Color information
#10D31D (or 0x10D31D) is known color: Free Speech Green. HEX triplet: 10, D3 and 1D. RGB value is (16,211,29). Sum of RGB (Red+Green+Blue) = 16+211+29=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #10D31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D31D is #EF2CE2. Grayscale: #848484. Windows color (decimal): -15674595 or 1954576. OLE color: 1954576.
HSL color Cylindrical-coordinate representation of color #10D31D: hue angle of 124º 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 #10D31D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 29 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.17 |
| HSL | 124º | 0.86% | 0.45% | - |
| HSV(B) | 124º | 0.92% | 0.83% | - |
| XYZ | 23.73 | 46.79 | 8.94 | - |
| YUV | 131.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 29 | 0.92 | 0 | 0.86 | 0.17 | 124 | 0.86 | 0.45 |
| Hex | 10 | D3 | 1D | 5C | 0 | 56 | 11 | 7C | 56 | 2D |
| Octal | 20 | 323 | 35 | 134 | 0 | 126 | 21 | 174 | 126 | 55 |
| Binary | 10000 | 11010011 | 11101 | 1011100 | 0 | 1010110 | 10001 | 1111100 | 1010110 | 101101 |
Color Harmonies of #10D31D
Complementary color
Monochromatic Colors of #10D31D
Black with #10D31D
Text Example
Text Example
White with #10D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D31D; }
p { color: rgb(16,211,29); }
H1.HeaderClassName
{
color: #10D31D;
}
.AnyTagClassName
{
color: #10D31D;
}
</style>
background-color css
<style>
a { background-color: #10D31D; }
a { background-color: rgb(16,211,29); }
div.DivClassName
{
background-color: #10D31D;
}
.BgClassName
{
background-color: #10D31D;
}
</style>
border-color css
<style>
span { border-color: #10D31D; }
span { border-color: rgb(16,211,29); }
td.TdClassName
{
border-color: #10D31D;
}
.TagClassName
{
border-color: #10D31D;
}
</style>