Shades of Free Speech Green #10D614
Tints of Free Speech Green #10D614
RGB
CMYK
RGB Variations
Color information
#10D614 (or 0x10D614) is known color: Free Speech Green. HEX triplet: 10, D6 and 14. RGB value is (16,214,20). Sum of RGB (Red+Green+Blue) = 16+214+20=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #10D614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D614 is #EF29EB. Grayscale: #858585. Windows color (decimal): -15673836 or 1365520. OLE color: 1365520.
HSL color Cylindrical-coordinate representation of color #10D614: hue angle of 121.21º 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 #10D614 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 20 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.16 |
| HSL | 121.21º | 0.86% | 0.45% | - |
| HSV(B) | 121.21º | 0.93% | 0.84% | - |
| XYZ | 24.39 | 48.25 | 8.69 | - |
| YUV | 132.68 | 64.4 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 20 | 0.93 | 0 | 0.91 | 0.16 | 121.21 | 0.86 | 0.45 |
| Hex | 10 | D6 | 14 | 5D | 0 | 5B | 10 | 79 | 56 | 2D |
| Octal | 20 | 326 | 24 | 135 | 0 | 133 | 20 | 171 | 126 | 55 |
| Binary | 10000 | 11010110 | 10100 | 1011101 | 0 | 1011011 | 10000 | 1111001 | 1010110 | 101101 |
Color Harmonies of #10D614
Complementary color
Monochromatic Colors of #10D614
Black with #10D614
Text Example
Text Example
White with #10D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D614; }
p { color: rgb(16,214,20); }
H1.HeaderClassName
{
color: #10D614;
}
.AnyTagClassName
{
color: #10D614;
}
</style>
background-color css
<style>
a { background-color: #10D614; }
a { background-color: rgb(16,214,20); }
div.DivClassName
{
background-color: #10D614;
}
.BgClassName
{
background-color: #10D614;
}
</style>
border-color css
<style>
span { border-color: #10D614; }
span { border-color: rgb(16,214,20); }
td.TdClassName
{
border-color: #10D614;
}
.TagClassName
{
border-color: #10D614;
}
</style>