Shades of Free Speech Green #0AF116
Tints of Free Speech Green #0AF116
RGB
CMYK
RGB Variations
Color information
#0AF116 (or 0x0AF116) is known color: Free Speech Green. HEX triplet: 0A, F1 and 16. RGB value is (10,241,22). Sum of RGB (Red+Green+Blue) = 10+241+22=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 241 (94.53% from 255 or 88.28% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF116 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF116 is #F50EE9. Grayscale: #939393. Windows color (decimal): -16060138 or 1503498. OLE color: 1503498.
HSL color Cylindrical-coordinate representation of color #0AF116: hue angle of 123.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF116 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.05 |
| HSL | 123.12º | 0.92% | 0.49% | - |
| HSV(B) | 123.12º | 0.96% | 0.95% | - |
| XYZ | 31.73 | 63.03 | 11.25 | - |
| YUV | 146.97 | 57.47 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 22 | 0.96 | 0 | 0.91 | 0.05 | 123.12 | 0.92 | 0.49 |
| Hex | A | F1 | 16 | 60 | 0 | 5B | 5 | 7B | 5C | 31 |
| Octal | 12 | 361 | 26 | 140 | 0 | 133 | 5 | 173 | 134 | 61 |
| Binary | 1010 | 11110001 | 10110 | 1100000 | 0 | 1011011 | 101 | 1111011 | 1011100 | 110001 |
Color Harmonies of #0AF116
Complementary color
Monochromatic Colors of #0AF116
Black with #0AF116
Text Example
Text Example
White with #0AF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF116; }
p { color: rgb(10,241,22); }
H1.HeaderClassName
{
color: #0AF116;
}
.AnyTagClassName
{
color: #0AF116;
}
</style>
background-color css
<style>
a { background-color: #0AF116; }
a { background-color: rgb(10,241,22); }
div.DivClassName
{
background-color: #0AF116;
}
.BgClassName
{
background-color: #0AF116;
}
</style>
border-color css
<style>
span { border-color: #0AF116; }
span { border-color: rgb(10,241,22); }
td.TdClassName
{
border-color: #0AF116;
}
.TagClassName
{
border-color: #0AF116;
}
</style>