Shades of Free Speech Green #0AF008
Tints of Free Speech Green #0AF008
RGB
CMYK
RGB Variations
Color information
#0AF008 (or 0x0AF008) is known color: Free Speech Green. HEX triplet: 0A, F0 and 08. RGB value is (10,240,8). Sum of RGB (Red+Green+Blue) = 10+240+8=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 240 (94.14% from 255 or 93.02% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF008 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF008 is #F50FF7. Grayscale: #919191. Windows color (decimal): -16060408 or 585738. OLE color: 585738.
HSL color Cylindrical-coordinate representation of color #0AF008: hue angle of 119.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AF008 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.06 |
| HSL | 119.48º | 0.94% | 0.49% | - |
| HSV(B) | 119.48º | 0.97% | 0.94% | - |
| XYZ | 31.33 | 62.4 | 10.62 | - |
| YUV | 144.78 | 50.8 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 8 | 0.96 | 0 | 0.97 | 0.06 | 119.48 | 0.94 | 0.49 |
| Hex | A | F0 | 8 | 60 | 0 | 61 | 6 | 77 | 5E | 31 |
| Octal | 12 | 360 | 10 | 140 | 0 | 141 | 6 | 167 | 136 | 61 |
| Binary | 1010 | 11110000 | 1000 | 1100000 | 0 | 1100001 | 110 | 1110111 | 1011110 | 110001 |
Color Harmonies of #0AF008
Complementary color
Monochromatic Colors of #0AF008
Black with #0AF008
Text Example
Text Example
White with #0AF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF008; }
p { color: rgb(10,240,8); }
H1.HeaderClassName
{
color: #0AF008;
}
.AnyTagClassName
{
color: #0AF008;
}
</style>
background-color css
<style>
a { background-color: #0AF008; }
a { background-color: rgb(10,240,8); }
div.DivClassName
{
background-color: #0AF008;
}
.BgClassName
{
background-color: #0AF008;
}
</style>
border-color css
<style>
span { border-color: #0AF008; }
span { border-color: rgb(10,240,8); }
td.TdClassName
{
border-color: #0AF008;
}
.TagClassName
{
border-color: #0AF008;
}
</style>