Shades of Free Speech Green #0AF706
Tints of Free Speech Green #0AF706
RGB
CMYK
RGB Variations
Color information
#0AF706 (or 0x0AF706) is known color: Free Speech Green. HEX triplet: 0A, F7 and 06. RGB value is (10,247,6). Sum of RGB (Red+Green+Blue) = 10+247+6=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 247 (96.88% from 255 or 93.92% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF706 is #F508F9. Grayscale: #959595. Windows color (decimal): -16058618 or 456458. OLE color: 456458.
HSL color Cylindrical-coordinate representation of color #0AF706: hue angle of 119º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AF706 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 6 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.03 |
| HSL | 119º | 0.95% | 0.5% | - |
| HSV(B) | 119º | 0.98% | 0.97% | - |
| XYZ | 33.42 | 66.6 | 11.27 | - |
| YUV | 148.66 | 47.48 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 6 | 0.96 | 0 | 0.98 | 0.03 | 119 | 0.95 | 0.5 |
| Hex | A | F7 | 6 | 60 | 0 | 62 | 3 | 77 | 5F | 32 |
| Octal | 12 | 367 | 6 | 140 | 0 | 142 | 3 | 167 | 137 | 62 |
| Binary | 1010 | 11110111 | 110 | 1100000 | 0 | 1100010 | 11 | 1110111 | 1011111 | 110010 |
Color Harmonies of #0AF706
Complementary color
Monochromatic Colors of #0AF706
Black with #0AF706
Text Example
Text Example
White with #0AF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF706; }
p { color: rgb(10,247,6); }
H1.HeaderClassName
{
color: #0AF706;
}
.AnyTagClassName
{
color: #0AF706;
}
</style>
background-color css
<style>
a { background-color: #0AF706; }
a { background-color: rgb(10,247,6); }
div.DivClassName
{
background-color: #0AF706;
}
.BgClassName
{
background-color: #0AF706;
}
</style>
border-color css
<style>
span { border-color: #0AF706; }
span { border-color: rgb(10,247,6); }
td.TdClassName
{
border-color: #0AF706;
}
.TagClassName
{
border-color: #0AF706;
}
</style>