Shades of Free Speech Green #0AEF16
Tints of Free Speech Green #0AEF16
RGB
CMYK
RGB Variations
Color information
#0AEF16 (or 0x0AEF16) is known color: Free Speech Green. HEX triplet: 0A, EF and 16. RGB value is (10,239,22). Sum of RGB (Red+Green+Blue) = 10+239+22=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 239 (93.75% from 255 or 88.19% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AEF16 is #F510E9. Grayscale: #929292. Windows color (decimal): -16060650 or 1502986. OLE color: 1502986.
HSL color Cylindrical-coordinate representation of color #0AEF16: hue angle of 123.14º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEF16 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 239 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.06 |
| HSL | 123.14º | 0.92% | 0.49% | - |
| HSV(B) | 123.14º | 0.96% | 0.94% | - |
| XYZ | 31.14 | 61.86 | 11.06 | - |
| YUV | 145.79 | 58.13 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 239 | 22 | 0.96 | 0 | 0.91 | 0.06 | 123.14 | 0.92 | 0.49 |
| Hex | A | EF | 16 | 60 | 0 | 5B | 6 | 7B | 5C | 31 |
| Octal | 12 | 357 | 26 | 140 | 0 | 133 | 6 | 173 | 134 | 61 |
| Binary | 1010 | 11101111 | 10110 | 1100000 | 0 | 1011011 | 110 | 1111011 | 1011100 | 110001 |
Color Harmonies of #0AEF16
Complementary color
Monochromatic Colors of #0AEF16
Black with #0AEF16
Text Example
Text Example
White with #0AEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEF16; }
p { color: rgb(10,239,22); }
H1.HeaderClassName
{
color: #0AEF16;
}
.AnyTagClassName
{
color: #0AEF16;
}
</style>
background-color css
<style>
a { background-color: #0AEF16; }
a { background-color: rgb(10,239,22); }
div.DivClassName
{
background-color: #0AEF16;
}
.BgClassName
{
background-color: #0AEF16;
}
</style>
border-color css
<style>
span { border-color: #0AEF16; }
span { border-color: rgb(10,239,22); }
td.TdClassName
{
border-color: #0AEF16;
}
.TagClassName
{
border-color: #0AEF16;
}
</style>