Shades of Free Speech Green #0AD219
Tints of Free Speech Green #0AD219
RGB
CMYK
RGB Variations
Color information
#0AD219 (or 0x0AD219) is known color: Free Speech Green. HEX triplet: 0A, D2 and 19. RGB value is (10,210,25). Sum of RGB (Red+Green+Blue) = 10+210+25=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 210 (82.42% from 255 or 85.71% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD219 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD219 is #F52DE6. Grayscale: #818181. Windows color (decimal): -16068071 or 1692170. OLE color: 1692170.
HSL color Cylindrical-coordinate representation of color #0AD219: hue angle of 124.5º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD219 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 25 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.18 |
| HSL | 124.5º | 0.91% | 0.43% | - |
| HSV(B) | 124.5º | 0.95% | 0.82% | - |
| XYZ | 23.35 | 46.23 | 8.61 | - |
| YUV | 129.11 | 69.24 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 25 | 0.95 | 0 | 0.88 | 0.18 | 124.5 | 0.91 | 0.43 |
| Hex | A | D2 | 19 | 5F | 0 | 58 | 12 | 7C | 5B | 2B |
| Octal | 12 | 322 | 31 | 137 | 0 | 130 | 22 | 174 | 133 | 53 |
| Binary | 1010 | 11010010 | 11001 | 1011111 | 0 | 1011000 | 10010 | 1111100 | 1011011 | 101011 |
Color Harmonies of #0AD219
Complementary color
Monochromatic Colors of #0AD219
Black with #0AD219
Text Example
Text Example
White with #0AD219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD219; }
p { color: rgb(10,210,25); }
H1.HeaderClassName
{
color: #0AD219;
}
.AnyTagClassName
{
color: #0AD219;
}
</style>
background-color css
<style>
a { background-color: #0AD219; }
a { background-color: rgb(10,210,25); }
div.DivClassName
{
background-color: #0AD219;
}
.BgClassName
{
background-color: #0AD219;
}
</style>
border-color css
<style>
span { border-color: #0AD219; }
span { border-color: rgb(10,210,25); }
td.TdClassName
{
border-color: #0AD219;
}
.TagClassName
{
border-color: #0AD219;
}
</style>