Shades of Free Speech Green #0AD904
Tints of Free Speech Green #0AD904
RGB
CMYK
RGB Variations
Color information
#0AD904 (or 0x0AD904) is known color: Free Speech Green. HEX triplet: 0A, D9 and 04. RGB value is (10,217,4). Sum of RGB (Red+Green+Blue) = 10+217+4=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 217 (85.16% from 255 or 93.94% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD904 is #F526FB. Grayscale: #838383. Windows color (decimal): -16066300 or 317706. OLE color: 317706.
HSL color Cylindrical-coordinate representation of color #0AD904: hue angle of 118.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AD904 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.15 |
| HSL | 118.31º | 0.96% | 0.43% | - |
| HSV(B) | 118.31º | 0.98% | 0.85% | - |
| XYZ | 24.96 | 49.7 | 8.39 | - |
| YUV | 130.83 | 56.42 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 4 | 0.95 | 0 | 0.98 | 0.15 | 118.31 | 0.96 | 0.43 |
| Hex | A | D9 | 4 | 5F | 0 | 62 | F | 76 | 60 | 2B |
| Octal | 12 | 331 | 4 | 137 | 0 | 142 | 17 | 166 | 140 | 53 |
| Binary | 1010 | 11011001 | 100 | 1011111 | 0 | 1100010 | 1111 | 1110110 | 1100000 | 101011 |
Color Harmonies of #0AD904
Complementary color
Monochromatic Colors of #0AD904
Black with #0AD904
Text Example
Text Example
White with #0AD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD904; }
p { color: rgb(10,217,4); }
H1.HeaderClassName
{
color: #0AD904;
}
.AnyTagClassName
{
color: #0AD904;
}
</style>
background-color css
<style>
a { background-color: #0AD904; }
a { background-color: rgb(10,217,4); }
div.DivClassName
{
background-color: #0AD904;
}
.BgClassName
{
background-color: #0AD904;
}
</style>
border-color css
<style>
span { border-color: #0AD904; }
span { border-color: rgb(10,217,4); }
td.TdClassName
{
border-color: #0AD904;
}
.TagClassName
{
border-color: #0AD904;
}
</style>