Shades of Free Speech Green #0AF113
Tints of Free Speech Green #0AF113
RGB
CMYK
RGB Variations
Color information
#0AF113 (or 0x0AF113) is known color: Free Speech Green. HEX triplet: 0A, F1 and 13. RGB value is (10,241,19). Sum of RGB (Red+Green+Blue) = 10+241+19=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF113 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF113 is #F50EEC. Grayscale: #939393. Windows color (decimal): -16060141 or 1306890. OLE color: 1306890.
HSL color Cylindrical-coordinate representation of color #0AF113: hue angle of 122.34º 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 #0AF113 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.05 |
| HSL | 122.34º | 0.92% | 0.49% | - |
| HSV(B) | 122.34º | 0.96% | 0.95% | - |
| XYZ | 31.7 | 63.02 | 11.11 | - |
| YUV | 146.62 | 55.97 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 19 | 0.96 | 0 | 0.92 | 0.05 | 122.34 | 0.92 | 0.49 |
| Hex | A | F1 | 13 | 60 | 0 | 5C | 5 | 7A | 5C | 31 |
| Octal | 12 | 361 | 23 | 140 | 0 | 134 | 5 | 172 | 134 | 61 |
| Binary | 1010 | 11110001 | 10011 | 1100000 | 0 | 1011100 | 101 | 1111010 | 1011100 | 110001 |
Color Harmonies of #0AF113
Complementary color
Monochromatic Colors of #0AF113
Black with #0AF113
Text Example
Text Example
White with #0AF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF113; }
p { color: rgb(10,241,19); }
H1.HeaderClassName
{
color: #0AF113;
}
.AnyTagClassName
{
color: #0AF113;
}
</style>
background-color css
<style>
a { background-color: #0AF113; }
a { background-color: rgb(10,241,19); }
div.DivClassName
{
background-color: #0AF113;
}
.BgClassName
{
background-color: #0AF113;
}
</style>
border-color css
<style>
span { border-color: #0AF113; }
span { border-color: rgb(10,241,19); }
td.TdClassName
{
border-color: #0AF113;
}
.TagClassName
{
border-color: #0AF113;
}
</style>