Shades of Free Speech Green #0AD809
Tints of Free Speech Green #0AD809
RGB
CMYK
RGB Variations
Color information
#0AD809 (or 0x0AD809) is known color: Free Speech Green. HEX triplet: 0A, D8 and 09. RGB value is (10,216,9). Sum of RGB (Red+Green+Blue) = 10+216+9=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 216 (84.77% from 255 or 91.91% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD809 is #F527F6. Grayscale: #838383. Windows color (decimal): -16066551 or 645130. OLE color: 645130.
HSL color Cylindrical-coordinate representation of color #0AD809: hue angle of 119.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD809 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.15 |
| HSL | 119.71º | 0.92% | 0.44% | - |
| HSV(B) | 119.71º | 0.96% | 0.85% | - |
| XYZ | 24.73 | 49.2 | 8.45 | - |
| YUV | 130.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 9 | 0.95 | 0 | 0.96 | 0.15 | 119.71 | 0.92 | 0.44 |
| Hex | A | D8 | 9 | 5F | 0 | 60 | F | 78 | 5C | 2C |
| Octal | 12 | 330 | 11 | 137 | 0 | 140 | 17 | 170 | 134 | 54 |
| Binary | 1010 | 11011000 | 1001 | 1011111 | 0 | 1100000 | 1111 | 1111000 | 1011100 | 101100 |
Color Harmonies of #0AD809
Complementary color
Monochromatic Colors of #0AD809
Black with #0AD809
Text Example
Text Example
White with #0AD809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD809; }
p { color: rgb(10,216,9); }
H1.HeaderClassName
{
color: #0AD809;
}
.AnyTagClassName
{
color: #0AD809;
}
</style>
background-color css
<style>
a { background-color: #0AD809; }
a { background-color: rgb(10,216,9); }
div.DivClassName
{
background-color: #0AD809;
}
.BgClassName
{
background-color: #0AD809;
}
</style>
border-color css
<style>
span { border-color: #0AD809; }
span { border-color: rgb(10,216,9); }
td.TdClassName
{
border-color: #0AD809;
}
.TagClassName
{
border-color: #0AD809;
}
</style>