Shades of Free Speech Green #0AFE16
Tints of Free Speech Green #0AFE16
RGB
CMYK
RGB Variations
Color information
#0AFE16 (or 0x0AFE16) is known color: Free Speech Green. HEX triplet: 0A, FE and 16. RGB value is (10,254,22). Sum of RGB (Red+Green+Blue) = 10+254+22=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 254 (99.61% from 255 or 88.81% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFE16 is #F501E9. Grayscale: #9B9B9B. Windows color (decimal): -16056810 or 1506826. OLE color: 1506826.
HSL color Cylindrical-coordinate representation of color #0AFE16: hue angle of 122.95º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFE16 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.00 |
| HSL | 122.95º | 0.99% | 0.52% | - |
| HSV(B) | 122.95º | 0.96% | 1% | - |
| XYZ | 35.71 | 71.01 | 12.58 | - |
| YUV | 154.6 | 53.16 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 22 | 0.96 | 0 | 0.91 | 0.00 | 122.95 | 0.99 | 0.52 |
| Hex | A | FE | 16 | 60 | 0 | 5B | 0 | 7B | 63 | 34 |
| Octal | 12 | 376 | 26 | 140 | 0 | 133 | 0 | 173 | 143 | 64 |
| Binary | 1010 | 11111110 | 10110 | 1100000 | 0 | 1011011 | 0 | 1111011 | 1100011 | 110100 |
Color Harmonies of #0AFE16
Complementary color
Monochromatic Colors of #0AFE16
Black with #0AFE16
Text Example
Text Example
White with #0AFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE16; }
p { color: rgb(10,254,22); }
H1.HeaderClassName
{
color: #0AFE16;
}
.AnyTagClassName
{
color: #0AFE16;
}
</style>
background-color css
<style>
a { background-color: #0AFE16; }
a { background-color: rgb(10,254,22); }
div.DivClassName
{
background-color: #0AFE16;
}
.BgClassName
{
background-color: #0AFE16;
}
</style>
border-color css
<style>
span { border-color: #0AFE16; }
span { border-color: rgb(10,254,22); }
td.TdClassName
{
border-color: #0AFE16;
}
.TagClassName
{
border-color: #0AFE16;
}
</style>