Shades of Free Speech Green #0AD922
Tints of Free Speech Green #0AD922
RGB
CMYK
RGB Variations
Color information
#0AD922 (or 0x0AD922) is known color: Free Speech Green. HEX triplet: 0A, D9 and 22. RGB value is (10,217,34). Sum of RGB (Red+Green+Blue) = 10+217+34=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD922 is #F526DD. Grayscale: #868686. Windows color (decimal): -16066270 or 2283786. OLE color: 2283786.
HSL color Cylindrical-coordinate representation of color #0AD922: hue angle of 126.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD922 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 34 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.15 |
| HSL | 126.96º | 0.91% | 0.45% | - |
| HSV(B) | 126.96º | 0.95% | 0.85% | - |
| XYZ | 25.23 | 49.81 | 9.8 | - |
| YUV | 134.25 | 71.42 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 34 | 0.95 | 0 | 0.84 | 0.15 | 126.96 | 0.91 | 0.45 |
| Hex | A | D9 | 22 | 5F | 0 | 54 | F | 7F | 5B | 2D |
| Octal | 12 | 331 | 42 | 137 | 0 | 124 | 17 | 177 | 133 | 55 |
| Binary | 1010 | 11011001 | 100010 | 1011111 | 0 | 1010100 | 1111 | 1111111 | 1011011 | 101101 |
Color Harmonies of #0AD922
Complementary color
Monochromatic Colors of #0AD922
Black with #0AD922
Text Example
Text Example
White with #0AD922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD922; }
p { color: rgb(10,217,34); }
H1.HeaderClassName
{
color: #0AD922;
}
.AnyTagClassName
{
color: #0AD922;
}
</style>
background-color css
<style>
a { background-color: #0AD922; }
a { background-color: rgb(10,217,34); }
div.DivClassName
{
background-color: #0AD922;
}
.BgClassName
{
background-color: #0AD922;
}
</style>
border-color css
<style>
span { border-color: #0AD922; }
span { border-color: rgb(10,217,34); }
td.TdClassName
{
border-color: #0AD922;
}
.TagClassName
{
border-color: #0AD922;
}
</style>