Shades of Free Speech Green #0AD916
Tints of Free Speech Green #0AD916
RGB
CMYK
RGB Variations
Color information
#0AD916 (or 0x0AD916) is known color: Free Speech Green. HEX triplet: 0A, D9 and 16. RGB value is (10,217,22). Sum of RGB (Red+Green+Blue) = 10+217+22=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 217 (85.16% from 255 or 87.15% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD916 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD916 is #F526E9. Grayscale: #858585. Windows color (decimal): -16066282 or 1497354. OLE color: 1497354.
HSL color Cylindrical-coordinate representation of color #0AD916: hue angle of 123.48º 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 #0AD916 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 22 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.15 |
| HSL | 123.48º | 0.91% | 0.45% | - |
| HSV(B) | 123.48º | 0.95% | 0.85% | - |
| XYZ | 25.08 | 49.75 | 9.04 | - |
| YUV | 132.88 | 65.42 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 22 | 0.95 | 0 | 0.90 | 0.15 | 123.48 | 0.91 | 0.45 |
| Hex | A | D9 | 16 | 5F | 0 | 5A | F | 7B | 5B | 2D |
| Octal | 12 | 331 | 26 | 137 | 0 | 132 | 17 | 173 | 133 | 55 |
| Binary | 1010 | 11011001 | 10110 | 1011111 | 0 | 1011010 | 1111 | 1111011 | 1011011 | 101101 |
Color Harmonies of #0AD916
Complementary color
Monochromatic Colors of #0AD916
Black with #0AD916
Text Example
Text Example
White with #0AD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD916; }
p { color: rgb(10,217,22); }
H1.HeaderClassName
{
color: #0AD916;
}
.AnyTagClassName
{
color: #0AD916;
}
</style>
background-color css
<style>
a { background-color: #0AD916; }
a { background-color: rgb(10,217,22); }
div.DivClassName
{
background-color: #0AD916;
}
.BgClassName
{
background-color: #0AD916;
}
</style>
border-color css
<style>
span { border-color: #0AD916; }
span { border-color: rgb(10,217,22); }
td.TdClassName
{
border-color: #0AD916;
}
.TagClassName
{
border-color: #0AD916;
}
</style>