Shades of Free Speech Green #0AD509
Tints of Free Speech Green #0AD509
RGB
CMYK
RGB Variations
Color information
#0AD509 (or 0x0AD509) is known color: Free Speech Green. HEX triplet: 0A, D5 and 09. RGB value is (10,213,9). Sum of RGB (Red+Green+Blue) = 10+213+9=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 213 (83.59% from 255 or 91.81% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD509 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD509 is #F52AF6. Grayscale: #818181. Windows color (decimal): -16067319 or 644362. OLE color: 644362.
HSL color Cylindrical-coordinate representation of color #0AD509: hue angle of 119.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD509 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.16 |
| HSL | 119.71º | 0.92% | 0.44% | - |
| HSV(B) | 119.71º | 0.96% | 0.84% | - |
| XYZ | 23.97 | 47.67 | 8.2 | - |
| YUV | 129.05 | 60.25 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 9 | 0.95 | 0 | 0.96 | 0.16 | 119.71 | 0.92 | 0.44 |
| Hex | A | D5 | 9 | 5F | 0 | 60 | 10 | 78 | 5C | 2C |
| Octal | 12 | 325 | 11 | 137 | 0 | 140 | 20 | 170 | 134 | 54 |
| Binary | 1010 | 11010101 | 1001 | 1011111 | 0 | 1100000 | 10000 | 1111000 | 1011100 | 101100 |
Color Harmonies of #0AD509
Complementary color
Monochromatic Colors of #0AD509
Black with #0AD509
Text Example
Text Example
White with #0AD509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD509; }
p { color: rgb(10,213,9); }
H1.HeaderClassName
{
color: #0AD509;
}
.AnyTagClassName
{
color: #0AD509;
}
</style>
background-color css
<style>
a { background-color: #0AD509; }
a { background-color: rgb(10,213,9); }
div.DivClassName
{
background-color: #0AD509;
}
.BgClassName
{
background-color: #0AD509;
}
</style>
border-color css
<style>
span { border-color: #0AD509; }
span { border-color: rgb(10,213,9); }
td.TdClassName
{
border-color: #0AD509;
}
.TagClassName
{
border-color: #0AD509;
}
</style>