Shades of Free Speech Green #0AF816
Tints of Free Speech Green #0AF816
RGB
CMYK
RGB Variations
Color information
#0AF816 (or 0x0AF816) is known color: Free Speech Green. HEX triplet: 0A, F8 and 16. RGB value is (10,248,22). Sum of RGB (Red+Green+Blue) = 10+248+22=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 248 (97.27% from 255 or 88.57% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF816 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF816 is #F507E9. Grayscale: #979797. Windows color (decimal): -16058346 or 1505290. OLE color: 1505290.
HSL color Cylindrical-coordinate representation of color #0AF816: hue angle of 123.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF816 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.03 |
| HSL | 123.03º | 0.94% | 0.51% | - |
| HSV(B) | 123.03º | 0.96% | 0.97% | - |
| XYZ | 33.84 | 67.26 | 11.96 | - |
| YUV | 151.07 | 55.15 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 22 | 0.96 | 0 | 0.91 | 0.03 | 123.03 | 0.94 | 0.51 |
| Hex | A | F8 | 16 | 60 | 0 | 5B | 3 | 7B | 5E | 33 |
| Octal | 12 | 370 | 26 | 140 | 0 | 133 | 3 | 173 | 136 | 63 |
| Binary | 1010 | 11111000 | 10110 | 1100000 | 0 | 1011011 | 11 | 1111011 | 1011110 | 110011 |
Color Harmonies of #0AF816
Complementary color
Monochromatic Colors of #0AF816
Black with #0AF816
Text Example
Text Example
White with #0AF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF816; }
p { color: rgb(10,248,22); }
H1.HeaderClassName
{
color: #0AF816;
}
.AnyTagClassName
{
color: #0AF816;
}
</style>
background-color css
<style>
a { background-color: #0AF816; }
a { background-color: rgb(10,248,22); }
div.DivClassName
{
background-color: #0AF816;
}
.BgClassName
{
background-color: #0AF816;
}
</style>
border-color css
<style>
span { border-color: #0AF816; }
span { border-color: rgb(10,248,22); }
td.TdClassName
{
border-color: #0AF816;
}
.TagClassName
{
border-color: #0AF816;
}
</style>