Shades of Free Speech Green #10E619
Tints of Free Speech Green #10E619
RGB
CMYK
RGB Variations
Color information
#10E619 (or 0x10E619) is known color: Free Speech Green. HEX triplet: 10, E6 and 19. RGB value is (16,230,25). Sum of RGB (Red+Green+Blue) = 16+230+25=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 230 (90.23% from 255 or 84.87% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 230 - color contains mainly: green. Hex color #10E619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10E619 is #EF19E6. Grayscale: #8F8F8F. Windows color (decimal): -15669735 or 1697296. OLE color: 1697296.
HSL color Cylindrical-coordinate representation of color #10E619: hue angle of 122.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E619 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 25 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.10 |
| HSL | 122.52º | 0.87% | 0.48% | - |
| HSV(B) | 122.52º | 0.93% | 0.9% | - |
| XYZ | 28.69 | 56.77 | 10.37 | - |
| YUV | 142.64 | 61.6 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 25 | 0.93 | 0 | 0.89 | 0.10 | 122.52 | 0.87 | 0.48 |
| Hex | 10 | E6 | 19 | 5D | 0 | 59 | A | 7B | 57 | 30 |
| Octal | 20 | 346 | 31 | 135 | 0 | 131 | 12 | 173 | 127 | 60 |
| Binary | 10000 | 11100110 | 11001 | 1011101 | 0 | 1011001 | 1010 | 1111011 | 1010111 | 110000 |
Color Harmonies of #10E619
Complementary color
Monochromatic Colors of #10E619
Black with #10E619
Text Example
Text Example
White with #10E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E619; }
p { color: rgb(16,230,25); }
H1.HeaderClassName
{
color: #10E619;
}
.AnyTagClassName
{
color: #10E619;
}
</style>
background-color css
<style>
a { background-color: #10E619; }
a { background-color: rgb(16,230,25); }
div.DivClassName
{
background-color: #10E619;
}
.BgClassName
{
background-color: #10E619;
}
</style>
border-color css
<style>
span { border-color: #10E619; }
span { border-color: rgb(16,230,25); }
td.TdClassName
{
border-color: #10E619;
}
.TagClassName
{
border-color: #10E619;
}
</style>