Shades of Free Speech Green #0AD908
Tints of Free Speech Green #0AD908
RGB
CMYK
RGB Variations
Color information
#0AD908 (or 0x0AD908) is known color: Free Speech Green. HEX triplet: 0A, D9 and 08. RGB value is (10,217,8). Sum of RGB (Red+Green+Blue) = 10+217+8=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 217 (85.16% from 255 or 92.34% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD908 is #F526F7. Grayscale: #838383. Windows color (decimal): -16066296 or 579850. OLE color: 579850.
HSL color Cylindrical-coordinate representation of color #0AD908: hue angle of 119.43º degrees, saturation: 0.93, 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 #0AD908 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.15 |
| HSL | 119.43º | 0.93% | 0.44% | - |
| HSV(B) | 119.43º | 0.96% | 0.85% | - |
| XYZ | 24.98 | 49.71 | 8.51 | - |
| YUV | 131.28 | 58.42 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 8 | 0.95 | 0 | 0.96 | 0.15 | 119.43 | 0.93 | 0.44 |
| Hex | A | D9 | 8 | 5F | 0 | 60 | F | 77 | 5D | 2C |
| Octal | 12 | 331 | 10 | 137 | 0 | 140 | 17 | 167 | 135 | 54 |
| Binary | 1010 | 11011001 | 1000 | 1011111 | 0 | 1100000 | 1111 | 1110111 | 1011101 | 101100 |
Color Harmonies of #0AD908
Complementary color
Monochromatic Colors of #0AD908
Black with #0AD908
Text Example
Text Example
White with #0AD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD908; }
p { color: rgb(10,217,8); }
H1.HeaderClassName
{
color: #0AD908;
}
.AnyTagClassName
{
color: #0AD908;
}
</style>
background-color css
<style>
a { background-color: #0AD908; }
a { background-color: rgb(10,217,8); }
div.DivClassName
{
background-color: #0AD908;
}
.BgClassName
{
background-color: #0AD908;
}
</style>
border-color css
<style>
span { border-color: #0AD908; }
span { border-color: rgb(10,217,8); }
td.TdClassName
{
border-color: #0AD908;
}
.TagClassName
{
border-color: #0AD908;
}
</style>