Shades of Free Speech Green #0AD309
Tints of Free Speech Green #0AD309
RGB
CMYK
RGB Variations
Color information
#0AD309 (or 0x0AD309) is known color: Free Speech Green. HEX triplet: 0A, D3 and 09. RGB value is (10,211,9). Sum of RGB (Red+Green+Blue) = 10+211+9=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 211 (82.81% from 255 or 91.74% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD309 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD309 is #F52CF6. Grayscale: #808080. Windows color (decimal): -16067831 or 643850. OLE color: 643850.
HSL color Cylindrical-coordinate representation of color #0AD309: hue angle of 119.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD309 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.17 |
| HSL | 119.7º | 0.92% | 0.43% | - |
| HSV(B) | 119.7º | 0.96% | 0.83% | - |
| XYZ | 23.47 | 46.67 | 8.03 | - |
| YUV | 127.87 | 60.91 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 9 | 0.95 | 0 | 0.96 | 0.17 | 119.7 | 0.92 | 0.43 |
| Hex | A | D3 | 9 | 5F | 0 | 60 | 11 | 78 | 5C | 2B |
| Octal | 12 | 323 | 11 | 137 | 0 | 140 | 21 | 170 | 134 | 53 |
| Binary | 1010 | 11010011 | 1001 | 1011111 | 0 | 1100000 | 10001 | 1111000 | 1011100 | 101011 |
Color Harmonies of #0AD309
Complementary color
Monochromatic Colors of #0AD309
Black with #0AD309
Text Example
Text Example
White with #0AD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD309; }
p { color: rgb(10,211,9); }
H1.HeaderClassName
{
color: #0AD309;
}
.AnyTagClassName
{
color: #0AD309;
}
</style>
background-color css
<style>
a { background-color: #0AD309; }
a { background-color: rgb(10,211,9); }
div.DivClassName
{
background-color: #0AD309;
}
.BgClassName
{
background-color: #0AD309;
}
</style>
border-color css
<style>
span { border-color: #0AD309; }
span { border-color: rgb(10,211,9); }
td.TdClassName
{
border-color: #0AD309;
}
.TagClassName
{
border-color: #0AD309;
}
</style>