Shades of Free Speech Green #0AF108
Tints of Free Speech Green #0AF108
RGB
CMYK
RGB Variations
Color information
#0AF108 (or 0x0AF108) is known color: Free Speech Green. HEX triplet: 0A, F1 and 08. RGB value is (10,241,8). Sum of RGB (Red+Green+Blue) = 10+241+8=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 241 (94.53% from 255 or 93.05% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF108 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF108 is #F50EF7. Grayscale: #929292. Windows color (decimal): -16060152 or 585994. OLE color: 585994.
HSL color Cylindrical-coordinate representation of color #0AF108: hue angle of 119.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AF108 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.05 |
| HSL | 119.49º | 0.94% | 0.49% | - |
| HSV(B) | 119.49º | 0.97% | 0.95% | - |
| XYZ | 31.62 | 62.99 | 10.72 | - |
| YUV | 145.37 | 50.47 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 8 | 0.96 | 0 | 0.97 | 0.05 | 119.49 | 0.94 | 0.49 |
| Hex | A | F1 | 8 | 60 | 0 | 61 | 5 | 77 | 5E | 31 |
| Octal | 12 | 361 | 10 | 140 | 0 | 141 | 5 | 167 | 136 | 61 |
| Binary | 1010 | 11110001 | 1000 | 1100000 | 0 | 1100001 | 101 | 1110111 | 1011110 | 110001 |
Color Harmonies of #0AF108
Complementary color
Monochromatic Colors of #0AF108
Black with #0AF108
Text Example
Text Example
White with #0AF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF108; }
p { color: rgb(10,241,8); }
H1.HeaderClassName
{
color: #0AF108;
}
.AnyTagClassName
{
color: #0AF108;
}
</style>
background-color css
<style>
a { background-color: #0AF108; }
a { background-color: rgb(10,241,8); }
div.DivClassName
{
background-color: #0AF108;
}
.BgClassName
{
background-color: #0AF108;
}
</style>
border-color css
<style>
span { border-color: #0AF108; }
span { border-color: rgb(10,241,8); }
td.TdClassName
{
border-color: #0AF108;
}
.TagClassName
{
border-color: #0AF108;
}
</style>