Shades of Free Speech Green #10D613
Tints of Free Speech Green #10D613
RGB
CMYK
RGB Variations
Color information
#10D613 (or 0x10D613) is known color: Free Speech Green. HEX triplet: 10, D6 and 13. RGB value is (16,214,19). Sum of RGB (Red+Green+Blue) = 16+214+19=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 214 (83.98% from 255 or 85.94% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 214 - color contains mainly: green. Hex color #10D613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D613 is #EF29EC. Grayscale: #858585. Windows color (decimal): -15673837 or 1299984. OLE color: 1299984.
HSL color Cylindrical-coordinate representation of color #10D613: hue angle of 120.91º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D613 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 19 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.16 |
| HSL | 120.91º | 0.86% | 0.45% | - |
| HSV(B) | 120.91º | 0.93% | 0.84% | - |
| XYZ | 24.38 | 48.25 | 8.64 | - |
| YUV | 132.57 | 63.9 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 19 | 0.93 | 0 | 0.91 | 0.16 | 120.91 | 0.86 | 0.45 |
| Hex | 10 | D6 | 13 | 5D | 0 | 5B | 10 | 79 | 56 | 2D |
| Octal | 20 | 326 | 23 | 135 | 0 | 133 | 20 | 171 | 126 | 55 |
| Binary | 10000 | 11010110 | 10011 | 1011101 | 0 | 1011011 | 10000 | 1111001 | 1010110 | 101101 |
Color Harmonies of #10D613
Complementary color
Monochromatic Colors of #10D613
Black with #10D613
Text Example
Text Example
White with #10D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D613; }
p { color: rgb(16,214,19); }
H1.HeaderClassName
{
color: #10D613;
}
.AnyTagClassName
{
color: #10D613;
}
</style>
background-color css
<style>
a { background-color: #10D613; }
a { background-color: rgb(16,214,19); }
div.DivClassName
{
background-color: #10D613;
}
.BgClassName
{
background-color: #10D613;
}
</style>
border-color css
<style>
span { border-color: #10D613; }
span { border-color: rgb(16,214,19); }
td.TdClassName
{
border-color: #10D613;
}
.TagClassName
{
border-color: #10D613;
}
</style>