Shades of Free Speech Green #0AF105
Tints of Free Speech Green #0AF105
RGB
CMYK
RGB Variations
Color information
#0AF105 (or 0x0AF105) is known color: Free Speech Green. HEX triplet: 0A, F1 and 05. RGB value is (10,241,5). Sum of RGB (Red+Green+Blue) = 10+241+5=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 241 (94.53% from 255 or 94.14% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF105 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF105 is #F50EFA. Grayscale: #919191. Windows color (decimal): -16060155 or 389386. OLE color: 389386.
HSL color Cylindrical-coordinate representation of color #0AF105: hue angle of 118.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AF105 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 5 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.05 |
| HSL | 118.73º | 0.96% | 0.48% | - |
| HSV(B) | 118.73º | 0.98% | 0.95% | - |
| XYZ | 31.61 | 62.99 | 10.64 | - |
| YUV | 145.03 | 48.97 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 5 | 0.96 | 0 | 0.98 | 0.05 | 118.73 | 0.96 | 0.48 |
| Hex | A | F1 | 5 | 60 | 0 | 62 | 5 | 77 | 60 | 30 |
| Octal | 12 | 361 | 5 | 140 | 0 | 142 | 5 | 167 | 140 | 60 |
| Binary | 1010 | 11110001 | 101 | 1100000 | 0 | 1100010 | 101 | 1110111 | 1100000 | 110000 |
Color Harmonies of #0AF105
Complementary color
Monochromatic Colors of #0AF105
Black with #0AF105
Text Example
Text Example
White with #0AF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF105; }
p { color: rgb(10,241,5); }
H1.HeaderClassName
{
color: #0AF105;
}
.AnyTagClassName
{
color: #0AF105;
}
</style>
background-color css
<style>
a { background-color: #0AF105; }
a { background-color: rgb(10,241,5); }
div.DivClassName
{
background-color: #0AF105;
}
.BgClassName
{
background-color: #0AF105;
}
</style>
border-color css
<style>
span { border-color: #0AF105; }
span { border-color: rgb(10,241,5); }
td.TdClassName
{
border-color: #0AF105;
}
.TagClassName
{
border-color: #0AF105;
}
</style>