Shades of Free Speech Green #0AF906
Tints of Free Speech Green #0AF906
RGB
CMYK
RGB Variations
Color information
#0AF906 (or 0x0AF906) is known color: Free Speech Green. HEX triplet: 0A, F9 and 06. RGB value is (10,249,6). Sum of RGB (Red+Green+Blue) = 10+249+6=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 249 (97.66% from 255 or 93.96% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF906 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF906 is #F506F9. Grayscale: #969696. Windows color (decimal): -16058106 or 456970. OLE color: 456970.
HSL color Cylindrical-coordinate representation of color #0AF906: hue angle of 119.01º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AF906 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 6 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.02 |
| HSL | 119.01º | 0.95% | 0.5% | - |
| HSV(B) | 119.01º | 0.98% | 0.98% | - |
| XYZ | 34.03 | 67.83 | 11.47 | - |
| YUV | 149.84 | 46.82 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 6 | 0.96 | 0 | 0.98 | 0.02 | 119.01 | 0.95 | 0.5 |
| Hex | A | F9 | 6 | 60 | 0 | 62 | 2 | 77 | 5F | 32 |
| Octal | 12 | 371 | 6 | 140 | 0 | 142 | 2 | 167 | 137 | 62 |
| Binary | 1010 | 11111001 | 110 | 1100000 | 0 | 1100010 | 10 | 1110111 | 1011111 | 110010 |
Color Harmonies of #0AF906
Complementary color
Monochromatic Colors of #0AF906
Black with #0AF906
Text Example
Text Example
White with #0AF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF906; }
p { color: rgb(10,249,6); }
H1.HeaderClassName
{
color: #0AF906;
}
.AnyTagClassName
{
color: #0AF906;
}
</style>
background-color css
<style>
a { background-color: #0AF906; }
a { background-color: rgb(10,249,6); }
div.DivClassName
{
background-color: #0AF906;
}
.BgClassName
{
background-color: #0AF906;
}
</style>
border-color css
<style>
span { border-color: #0AF906; }
span { border-color: rgb(10,249,6); }
td.TdClassName
{
border-color: #0AF906;
}
.TagClassName
{
border-color: #0AF906;
}
</style>