Shades of Free Speech Green #10D619
Tints of Free Speech Green #10D619
RGB
CMYK
RGB Variations
Color information
#10D619 (or 0x10D619) is known color: Free Speech Green. HEX triplet: 10, D6 and 19. RGB value is (16,214,25). Sum of RGB (Red+Green+Blue) = 16+214+25=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #10D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D619 is #EF29E6. Grayscale: #858585. Windows color (decimal): -15673831 or 1693200. OLE color: 1693200.
HSL color Cylindrical-coordinate representation of color #10D619: hue angle of 122.73º 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 #10D619 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 25 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.16 |
| HSL | 122.73º | 0.86% | 0.45% | - |
| HSV(B) | 122.73º | 0.93% | 0.84% | - |
| XYZ | 24.44 | 48.27 | 8.95 | - |
| YUV | 133.25 | 66.9 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 25 | 0.93 | 0 | 0.88 | 0.16 | 122.73 | 0.86 | 0.45 |
| Hex | 10 | D6 | 19 | 5D | 0 | 58 | 10 | 7B | 56 | 2D |
| Octal | 20 | 326 | 31 | 135 | 0 | 130 | 20 | 173 | 126 | 55 |
| Binary | 10000 | 11010110 | 11001 | 1011101 | 0 | 1011000 | 10000 | 1111011 | 1010110 | 101101 |
Color Harmonies of #10D619
Complementary color
Monochromatic Colors of #10D619
Black with #10D619
Text Example
Text Example
White with #10D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D619; }
p { color: rgb(16,214,25); }
H1.HeaderClassName
{
color: #10D619;
}
.AnyTagClassName
{
color: #10D619;
}
</style>
background-color css
<style>
a { background-color: #10D619; }
a { background-color: rgb(16,214,25); }
div.DivClassName
{
background-color: #10D619;
}
.BgClassName
{
background-color: #10D619;
}
</style>
border-color css
<style>
span { border-color: #10D619; }
span { border-color: rgb(16,214,25); }
td.TdClassName
{
border-color: #10D619;
}
.TagClassName
{
border-color: #10D619;
}
</style>