Shades of Free Speech Green #0AFE12
Tints of Free Speech Green #0AFE12
RGB
CMYK
RGB Variations
Color information
#0AFE12 (or 0x0AFE12) is known color: Free Speech Green. HEX triplet: 0A, FE and 12. RGB value is (10,254,18). Sum of RGB (Red+Green+Blue) = 10+254+18=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 254 (99.61% from 255 or 90.07% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFE12 is #F501ED. Grayscale: #9A9A9A. Windows color (decimal): -16056814 or 1244682. OLE color: 1244682.
HSL color Cylindrical-coordinate representation of color #0AFE12: hue angle of 121.97º 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 #0AFE12 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 18 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.00 |
| HSL | 121.97º | 0.99% | 0.52% | - |
| HSV(B) | 121.97º | 0.96% | 1% | - |
| XYZ | 35.68 | 70.99 | 12.39 | - |
| YUV | 154.14 | 51.16 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 18 | 0.96 | 0 | 0.93 | 0.00 | 121.97 | 0.99 | 0.52 |
| Hex | A | FE | 12 | 60 | 0 | 5D | 0 | 7A | 63 | 34 |
| Octal | 12 | 376 | 22 | 140 | 0 | 135 | 0 | 172 | 143 | 64 |
| Binary | 1010 | 11111110 | 10010 | 1100000 | 0 | 1011101 | 0 | 1111010 | 1100011 | 110100 |
Color Harmonies of #0AFE12
Complementary color
Monochromatic Colors of #0AFE12
Black with #0AFE12
Text Example
Text Example
White with #0AFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE12; }
p { color: rgb(10,254,18); }
H1.HeaderClassName
{
color: #0AFE12;
}
.AnyTagClassName
{
color: #0AFE12;
}
</style>
background-color css
<style>
a { background-color: #0AFE12; }
a { background-color: rgb(10,254,18); }
div.DivClassName
{
background-color: #0AFE12;
}
.BgClassName
{
background-color: #0AFE12;
}
</style>
border-color css
<style>
span { border-color: #0AFE12; }
span { border-color: rgb(10,254,18); }
td.TdClassName
{
border-color: #0AFE12;
}
.TagClassName
{
border-color: #0AFE12;
}
</style>