Shades of Free Speech Green #0AD811
Tints of Free Speech Green #0AD811
RGB
CMYK
RGB Variations
Color information
#0AD811 (or 0x0AD811) is known color: Free Speech Green. HEX triplet: 0A, D8 and 11. RGB value is (10,216,17). Sum of RGB (Red+Green+Blue) = 10+216+17=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 216 (84.77% from 255 or 88.89% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD811 is #F527EE. Grayscale: #848484. Windows color (decimal): -16066543 or 1169418. OLE color: 1169418.
HSL color Cylindrical-coordinate representation of color #0AD811: hue angle of 122.04º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD811 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 17 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.15 |
| HSL | 122.04º | 0.91% | 0.44% | - |
| HSV(B) | 122.04º | 0.95% | 0.85% | - |
| XYZ | 24.78 | 49.22 | 8.72 | - |
| YUV | 131.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 17 | 0.95 | 0 | 0.92 | 0.15 | 122.04 | 0.91 | 0.44 |
| Hex | A | D8 | 11 | 5F | 0 | 5C | F | 7A | 5B | 2C |
| Octal | 12 | 330 | 21 | 137 | 0 | 134 | 17 | 172 | 133 | 54 |
| Binary | 1010 | 11011000 | 10001 | 1011111 | 0 | 1011100 | 1111 | 1111010 | 1011011 | 101100 |
Color Harmonies of #0AD811
Complementary color
Monochromatic Colors of #0AD811
Black with #0AD811
Text Example
Text Example
White with #0AD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD811; }
p { color: rgb(10,216,17); }
H1.HeaderClassName
{
color: #0AD811;
}
.AnyTagClassName
{
color: #0AD811;
}
</style>
background-color css
<style>
a { background-color: #0AD811; }
a { background-color: rgb(10,216,17); }
div.DivClassName
{
background-color: #0AD811;
}
.BgClassName
{
background-color: #0AD811;
}
</style>
border-color css
<style>
span { border-color: #0AD811; }
span { border-color: rgb(10,216,17); }
td.TdClassName
{
border-color: #0AD811;
}
.TagClassName
{
border-color: #0AD811;
}
</style>