Shades of Free Speech Green #10E610
Tints of Free Speech Green #10E610
RGB
CMYK
RGB Variations
Color information
#10E610 (or 0x10E610) is known color: Free Speech Green. HEX triplet: 10, E6 and 10. RGB value is (16,230,16). Sum of RGB (Red+Green+Blue) = 16+230+16=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 230 (90.23% from 255 or 87.79% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 230 - color contains mainly: green. Hex color #10E610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10E610 is #EF19EF. Grayscale: #8E8E8E. Windows color (decimal): -15669744 or 1107472. OLE color: 1107472.
HSL color Cylindrical-coordinate representation of color #10E610: hue angle of 120º 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 #10E610 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 16 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.10 |
| HSL | 120º | 0.87% | 0.48% | - |
| HSV(B) | 120º | 0.93% | 0.9% | - |
| XYZ | 28.6 | 56.74 | 9.93 | - |
| YUV | 141.62 | 57.1 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 16 | 0.93 | 0 | 0.93 | 0.10 | 120 | 0.87 | 0.48 |
| Hex | 10 | E6 | 10 | 5D | 0 | 5D | A | 78 | 57 | 30 |
| Octal | 20 | 346 | 20 | 135 | 0 | 135 | 12 | 170 | 127 | 60 |
| Binary | 10000 | 11100110 | 10000 | 1011101 | 0 | 1011101 | 1010 | 1111000 | 1010111 | 110000 |
Color Harmonies of #10E610
Complementary color
Monochromatic Colors of #10E610
Black with #10E610
Text Example
Text Example
White with #10E610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E610; }
p { color: rgb(16,230,16); }
H1.HeaderClassName
{
color: #10E610;
}
.AnyTagClassName
{
color: #10E610;
}
</style>
background-color css
<style>
a { background-color: #10E610; }
a { background-color: rgb(16,230,16); }
div.DivClassName
{
background-color: #10E610;
}
.BgClassName
{
background-color: #10E610;
}
</style>
border-color css
<style>
span { border-color: #10E610; }
span { border-color: rgb(16,230,16); }
td.TdClassName
{
border-color: #10E610;
}
.TagClassName
{
border-color: #10E610;
}
</style>