Shades of Free Speech Green #0ADA13
Tints of Free Speech Green #0ADA13
RGB
CMYK
RGB Variations
Color information
#0ADA13 (or 0x0ADA13) is known color: Free Speech Green. HEX triplet: 0A, DA and 13. RGB value is (10,218,19). Sum of RGB (Red+Green+Blue) = 10+218+19=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 218 (85.55% from 255 or 88.26% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADA13 is #F525EC. Grayscale: #858585. Windows color (decimal): -16066029 or 1301002. OLE color: 1301002.
HSL color Cylindrical-coordinate representation of color #0ADA13: hue angle of 122.6º 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 #0ADA13 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 19 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.15 |
| HSL | 122.6º | 0.91% | 0.45% | - |
| HSV(B) | 122.6º | 0.95% | 0.85% | - |
| XYZ | 25.31 | 50.25 | 8.98 | - |
| YUV | 133.12 | 63.59 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 19 | 0.95 | 0 | 0.91 | 0.15 | 122.6 | 0.91 | 0.45 |
| Hex | A | DA | 13 | 5F | 0 | 5B | F | 7B | 5B | 2D |
| Octal | 12 | 332 | 23 | 137 | 0 | 133 | 17 | 173 | 133 | 55 |
| Binary | 1010 | 11011010 | 10011 | 1011111 | 0 | 1011011 | 1111 | 1111011 | 1011011 | 101101 |
Color Harmonies of #0ADA13
Complementary color
Monochromatic Colors of #0ADA13
Black with #0ADA13
Text Example
Text Example
White with #0ADA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA13; }
p { color: rgb(10,218,19); }
H1.HeaderClassName
{
color: #0ADA13;
}
.AnyTagClassName
{
color: #0ADA13;
}
</style>
background-color css
<style>
a { background-color: #0ADA13; }
a { background-color: rgb(10,218,19); }
div.DivClassName
{
background-color: #0ADA13;
}
.BgClassName
{
background-color: #0ADA13;
}
</style>
border-color css
<style>
span { border-color: #0ADA13; }
span { border-color: rgb(10,218,19); }
td.TdClassName
{
border-color: #0ADA13;
}
.TagClassName
{
border-color: #0ADA13;
}
</style>