Shades of Free Speech Green #0AF716
Tints of Free Speech Green #0AF716
RGB
CMYK
RGB Variations
Color information
#0AF716 (or 0x0AF716) is known color: Free Speech Green. HEX triplet: 0A, F7 and 16. RGB value is (10,247,22). Sum of RGB (Red+Green+Blue) = 10+247+22=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 247 (96.88% from 255 or 88.53% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF716 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF716 is #F508E9. Grayscale: #979797. Windows color (decimal): -16058602 or 1505034. OLE color: 1505034.
HSL color Cylindrical-coordinate representation of color #0AF716: hue angle of 123.04º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF716 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.03 |
| HSL | 123.04º | 0.94% | 0.5% | - |
| HSV(B) | 123.04º | 0.96% | 0.97% | - |
| XYZ | 33.53 | 66.64 | 11.86 | - |
| YUV | 150.49 | 55.48 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 22 | 0.96 | 0 | 0.91 | 0.03 | 123.04 | 0.94 | 0.5 |
| Hex | A | F7 | 16 | 60 | 0 | 5B | 3 | 7B | 5E | 32 |
| Octal | 12 | 367 | 26 | 140 | 0 | 133 | 3 | 173 | 136 | 62 |
| Binary | 1010 | 11110111 | 10110 | 1100000 | 0 | 1011011 | 11 | 1111011 | 1011110 | 110010 |
Color Harmonies of #0AF716
Complementary color
Monochromatic Colors of #0AF716
Black with #0AF716
Text Example
Text Example
White with #0AF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF716; }
p { color: rgb(10,247,22); }
H1.HeaderClassName
{
color: #0AF716;
}
.AnyTagClassName
{
color: #0AF716;
}
</style>
background-color css
<style>
a { background-color: #0AF716; }
a { background-color: rgb(10,247,22); }
div.DivClassName
{
background-color: #0AF716;
}
.BgClassName
{
background-color: #0AF716;
}
</style>
border-color css
<style>
span { border-color: #0AF716; }
span { border-color: rgb(10,247,22); }
td.TdClassName
{
border-color: #0AF716;
}
.TagClassName
{
border-color: #0AF716;
}
</style>