Shades of Free Speech Green #0AE711
Tints of Free Speech Green #0AE711
RGB
CMYK
RGB Variations
Color information
#0AE711 (or 0x0AE711) is known color: Free Speech Green. HEX triplet: 0A, E7 and 11. RGB value is (10,231,17). Sum of RGB (Red+Green+Blue) = 10+231+17=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 231 (90.62% from 255 or 89.53% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE711 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE711 is #F518EE. Grayscale: #8D8D8D. Windows color (decimal): -16062703 or 1173258. OLE color: 1173258.
HSL color Cylindrical-coordinate representation of color #0AE711: hue angle of 121.9º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE711 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 231 | 17 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.09 |
| HSL | 121.9º | 0.92% | 0.47% | - |
| HSV(B) | 121.9º | 0.96% | 0.91% | - |
| XYZ | 28.8 | 57.26 | 10.06 | - |
| YUV | 140.53 | 58.28 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 231 | 17 | 0.96 | 0 | 0.93 | 0.09 | 121.9 | 0.92 | 0.47 |
| Hex | A | E7 | 11 | 60 | 0 | 5D | 9 | 7A | 5C | 2F |
| Octal | 12 | 347 | 21 | 140 | 0 | 135 | 11 | 172 | 134 | 57 |
| Binary | 1010 | 11100111 | 10001 | 1100000 | 0 | 1011101 | 1001 | 1111010 | 1011100 | 101111 |
Color Harmonies of #0AE711
Complementary color
Monochromatic Colors of #0AE711
Black with #0AE711
Text Example
Text Example
White with #0AE711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE711; }
p { color: rgb(10,231,17); }
H1.HeaderClassName
{
color: #0AE711;
}
.AnyTagClassName
{
color: #0AE711;
}
</style>
background-color css
<style>
a { background-color: #0AE711; }
a { background-color: rgb(10,231,17); }
div.DivClassName
{
background-color: #0AE711;
}
.BgClassName
{
background-color: #0AE711;
}
</style>
border-color css
<style>
span { border-color: #0AE711; }
span { border-color: rgb(10,231,17); }
td.TdClassName
{
border-color: #0AE711;
}
.TagClassName
{
border-color: #0AE711;
}
</style>