Shades of Free Speech Green #0AD505
Tints of Free Speech Green #0AD505
RGB
CMYK
RGB Variations
Color information
#0AD505 (or 0x0AD505) is known color: Free Speech Green. HEX triplet: 0A, D5 and 05. RGB value is (10,213,5). Sum of RGB (Red+Green+Blue) = 10+213+5=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 213 (83.59% from 255 or 93.42% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD505 is #F52AFA. Grayscale: #818181. Windows color (decimal): -16067323 or 382218. OLE color: 382218.
HSL color Cylindrical-coordinate representation of color #0AD505: hue angle of 118.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AD505 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.16 |
| HSL | 118.56º | 0.95% | 0.43% | - |
| HSV(B) | 118.56º | 0.98% | 0.84% | - |
| XYZ | 23.95 | 47.66 | 8.08 | - |
| YUV | 128.59 | 58.25 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 5 | 0.95 | 0 | 0.98 | 0.16 | 118.56 | 0.95 | 0.43 |
| Hex | A | D5 | 5 | 5F | 0 | 62 | 10 | 77 | 5F | 2B |
| Octal | 12 | 325 | 5 | 137 | 0 | 142 | 20 | 167 | 137 | 53 |
| Binary | 1010 | 11010101 | 101 | 1011111 | 0 | 1100010 | 10000 | 1110111 | 1011111 | 101011 |
Color Harmonies of #0AD505
Complementary color
Monochromatic Colors of #0AD505
Black with #0AD505
Text Example
Text Example
White with #0AD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD505; }
p { color: rgb(10,213,5); }
H1.HeaderClassName
{
color: #0AD505;
}
.AnyTagClassName
{
color: #0AD505;
}
</style>
background-color css
<style>
a { background-color: #0AD505; }
a { background-color: rgb(10,213,5); }
div.DivClassName
{
background-color: #0AD505;
}
.BgClassName
{
background-color: #0AD505;
}
</style>
border-color css
<style>
span { border-color: #0AD505; }
span { border-color: rgb(10,213,5); }
td.TdClassName
{
border-color: #0AD505;
}
.TagClassName
{
border-color: #0AD505;
}
</style>