Shades of Free Speech Green #0AD510
Tints of Free Speech Green #0AD510
RGB
CMYK
RGB Variations
Color information
#0AD510 (or 0x0AD510) is known color: Free Speech Green. HEX triplet: 0A, D5 and 10. RGB value is (10,213,16). Sum of RGB (Red+Green+Blue) = 10+213+16=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 213 (83.59% from 255 or 89.12% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD510 is #F52AEF. Grayscale: #828282. Windows color (decimal): -16067312 or 1103114. OLE color: 1103114.
HSL color Cylindrical-coordinate representation of color #0AD510: hue angle of 121.77º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD510 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 16 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.16 |
| HSL | 121.77º | 0.91% | 0.44% | - |
| HSV(B) | 121.77º | 0.95% | 0.84% | - |
| XYZ | 24.01 | 47.69 | 8.43 | - |
| YUV | 129.85 | 63.75 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 16 | 0.95 | 0 | 0.92 | 0.16 | 121.77 | 0.91 | 0.44 |
| Hex | A | D5 | 10 | 5F | 0 | 5C | 10 | 7A | 5B | 2C |
| Octal | 12 | 325 | 20 | 137 | 0 | 134 | 20 | 172 | 133 | 54 |
| Binary | 1010 | 11010101 | 10000 | 1011111 | 0 | 1011100 | 10000 | 1111010 | 1011011 | 101100 |
Color Harmonies of #0AD510
Complementary color
Monochromatic Colors of #0AD510
Black with #0AD510
Text Example
Text Example
White with #0AD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD510; }
p { color: rgb(10,213,16); }
H1.HeaderClassName
{
color: #0AD510;
}
.AnyTagClassName
{
color: #0AD510;
}
</style>
background-color css
<style>
a { background-color: #0AD510; }
a { background-color: rgb(10,213,16); }
div.DivClassName
{
background-color: #0AD510;
}
.BgClassName
{
background-color: #0AD510;
}
</style>
border-color css
<style>
span { border-color: #0AD510; }
span { border-color: rgb(10,213,16); }
td.TdClassName
{
border-color: #0AD510;
}
.TagClassName
{
border-color: #0AD510;
}
</style>