Shades of Free Speech Green #0AD504
Tints of Free Speech Green #0AD504
RGB
CMYK
RGB Variations
Color information
#0AD504 (or 0x0AD504) is known color: Free Speech Green. HEX triplet: 0A, D5 and 04. RGB value is (10,213,4). Sum of RGB (Red+Green+Blue) = 10+213+4=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 213 (83.59% from 255 or 93.83% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD504 is #F52AFB. Grayscale: #818181. Windows color (decimal): -16067324 or 316682. OLE color: 316682.
HSL color Cylindrical-coordinate representation of color #0AD504: hue angle of 118.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AD504 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.16 |
| HSL | 118.28º | 0.96% | 0.43% | - |
| HSV(B) | 118.28º | 0.98% | 0.84% | - |
| XYZ | 23.94 | 47.66 | 8.05 | - |
| YUV | 128.48 | 57.75 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 4 | 0.95 | 0 | 0.98 | 0.16 | 118.28 | 0.96 | 0.43 |
| Hex | A | D5 | 4 | 5F | 0 | 62 | 10 | 76 | 60 | 2B |
| Octal | 12 | 325 | 4 | 137 | 0 | 142 | 20 | 166 | 140 | 53 |
| Binary | 1010 | 11010101 | 100 | 1011111 | 0 | 1100010 | 10000 | 1110110 | 1100000 | 101011 |
Color Harmonies of #0AD504
Complementary color
Monochromatic Colors of #0AD504
Black with #0AD504
Text Example
Text Example
White with #0AD504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD504; }
p { color: rgb(10,213,4); }
H1.HeaderClassName
{
color: #0AD504;
}
.AnyTagClassName
{
color: #0AD504;
}
</style>
background-color css
<style>
a { background-color: #0AD504; }
a { background-color: rgb(10,213,4); }
div.DivClassName
{
background-color: #0AD504;
}
.BgClassName
{
background-color: #0AD504;
}
</style>
border-color css
<style>
span { border-color: #0AD504; }
span { border-color: rgb(10,213,4); }
td.TdClassName
{
border-color: #0AD504;
}
.TagClassName
{
border-color: #0AD504;
}
</style>