Shades of Free Speech Green #10E70F
Tints of Free Speech Green #10E70F
RGB
CMYK
RGB Variations
Color information
#10E70F (or 0x10E70F) is known color: Free Speech Green. HEX triplet: 10, E7 and 0F. RGB value is (16,231,15). Sum of RGB (Red+Green+Blue) = 16+231+15=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 231 (90.62% from 255 or 88.17% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 231 - color contains mainly: green. Hex color #10E70F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10E70F is #EF18F0. Grayscale: #8E8E8E. Windows color (decimal): -15669489 or 1042192. OLE color: 1042192.
HSL color Cylindrical-coordinate representation of color #10E70F: hue angle of 119.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E70F is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 15 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.09 |
| HSL | 119.72º | 0.88% | 0.48% | - |
| HSV(B) | 119.72º | 0.94% | 0.91% | - |
| XYZ | 28.88 | 57.3 | 9.99 | - |
| YUV | 142.09 | 56.27 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 15 | 0.93 | 0 | 0.94 | 0.09 | 119.72 | 0.88 | 0.48 |
| Hex | 10 | E7 | F | 5D | 0 | 5E | 9 | 78 | 58 | 30 |
| Octal | 20 | 347 | 17 | 135 | 0 | 136 | 11 | 170 | 130 | 60 |
| Binary | 10000 | 11100111 | 1111 | 1011101 | 0 | 1011110 | 1001 | 1111000 | 1011000 | 110000 |
Color Harmonies of #10E70F
Complementary color
Monochromatic Colors of #10E70F
Black with #10E70F
Text Example
Text Example
White with #10E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E70F; }
p { color: rgb(16,231,15); }
H1.HeaderClassName
{
color: #10E70F;
}
.AnyTagClassName
{
color: #10E70F;
}
</style>
background-color css
<style>
a { background-color: #10E70F; }
a { background-color: rgb(16,231,15); }
div.DivClassName
{
background-color: #10E70F;
}
.BgClassName
{
background-color: #10E70F;
}
</style>
border-color css
<style>
span { border-color: #10E70F; }
span { border-color: rgb(16,231,15); }
td.TdClassName
{
border-color: #10E70F;
}
.TagClassName
{
border-color: #10E70F;
}
</style>