Shades of Free Speech Green #0AD507
Tints of Free Speech Green #0AD507
RGB
CMYK
RGB Variations
Color information
#0AD507 (or 0x0AD507) is known color: Free Speech Green. HEX triplet: 0A, D5 and 07. RGB value is (10,213,7). Sum of RGB (Red+Green+Blue) = 10+213+7=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 213 (83.59% from 255 or 92.61% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD507 is #F52AF8. Grayscale: #818181. Windows color (decimal): -16067321 or 513290. OLE color: 513290.
HSL color Cylindrical-coordinate representation of color #0AD507: hue angle of 119.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AD507 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.16 |
| HSL | 119.13º | 0.94% | 0.43% | - |
| HSV(B) | 119.13º | 0.97% | 0.84% | - |
| XYZ | 23.96 | 47.67 | 8.14 | - |
| YUV | 128.82 | 59.25 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 7 | 0.95 | 0 | 0.97 | 0.16 | 119.13 | 0.94 | 0.43 |
| Hex | A | D5 | 7 | 5F | 0 | 61 | 10 | 77 | 5E | 2B |
| Octal | 12 | 325 | 7 | 137 | 0 | 141 | 20 | 167 | 136 | 53 |
| Binary | 1010 | 11010101 | 111 | 1011111 | 0 | 1100001 | 10000 | 1110111 | 1011110 | 101011 |
Color Harmonies of #0AD507
Complementary color
Monochromatic Colors of #0AD507
Black with #0AD507
Text Example
Text Example
White with #0AD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD507; }
p { color: rgb(10,213,7); }
H1.HeaderClassName
{
color: #0AD507;
}
.AnyTagClassName
{
color: #0AD507;
}
</style>
background-color css
<style>
a { background-color: #0AD507; }
a { background-color: rgb(10,213,7); }
div.DivClassName
{
background-color: #0AD507;
}
.BgClassName
{
background-color: #0AD507;
}
</style>
border-color css
<style>
span { border-color: #0AD507; }
span { border-color: rgb(10,213,7); }
td.TdClassName
{
border-color: #0AD507;
}
.TagClassName
{
border-color: #0AD507;
}
</style>