Shades of Free Speech Green #0ADA16
Tints of Free Speech Green #0ADA16
RGB
CMYK
RGB Variations
Color information
#0ADA16 (or 0x0ADA16) is known color: Free Speech Green. HEX triplet: 0A, DA and 16. RGB value is (10,218,22). Sum of RGB (Red+Green+Blue) = 10+218+22=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 218 (85.55% from 255 or 87.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADA16 is #F525E9. Grayscale: #868686. Windows color (decimal): -16066026 or 1497610. OLE color: 1497610.
HSL color Cylindrical-coordinate representation of color #0ADA16: hue angle of 123.46º 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 #0ADA16 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 22 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.15 |
| HSL | 123.46º | 0.91% | 0.45% | - |
| HSV(B) | 123.46º | 0.95% | 0.85% | - |
| XYZ | 25.34 | 50.27 | 9.13 | - |
| YUV | 133.46 | 65.09 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 22 | 0.95 | 0 | 0.90 | 0.15 | 123.46 | 0.91 | 0.45 |
| Hex | A | DA | 16 | 5F | 0 | 5A | F | 7B | 5B | 2D |
| Octal | 12 | 332 | 26 | 137 | 0 | 132 | 17 | 173 | 133 | 55 |
| Binary | 1010 | 11011010 | 10110 | 1011111 | 0 | 1011010 | 1111 | 1111011 | 1011011 | 101101 |
Color Harmonies of #0ADA16
Complementary color
Monochromatic Colors of #0ADA16
Black with #0ADA16
Text Example
Text Example
White with #0ADA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA16; }
p { color: rgb(10,218,22); }
H1.HeaderClassName
{
color: #0ADA16;
}
.AnyTagClassName
{
color: #0ADA16;
}
</style>
background-color css
<style>
a { background-color: #0ADA16; }
a { background-color: rgb(10,218,22); }
div.DivClassName
{
background-color: #0ADA16;
}
.BgClassName
{
background-color: #0ADA16;
}
</style>
border-color css
<style>
span { border-color: #0ADA16; }
span { border-color: rgb(10,218,22); }
td.TdClassName
{
border-color: #0ADA16;
}
.TagClassName
{
border-color: #0ADA16;
}
</style>