Shades of Free Speech Green #0AD419
Tints of Free Speech Green #0AD419
RGB
CMYK
RGB Variations
Color information
#0AD419 (or 0x0AD419) is known color: Free Speech Green. HEX triplet: 0A, D4 and 19. RGB value is (10,212,25). Sum of RGB (Red+Green+Blue) = 10+212+25=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 212 (83.20% from 255 or 85.83% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD419 is #F52BE6. Grayscale: #828282. Windows color (decimal): -16067559 or 1692682. OLE color: 1692682.
HSL color Cylindrical-coordinate representation of color #0AD419: hue angle of 124.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD419 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 25 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.17 |
| HSL | 124.46º | 0.91% | 0.44% | - |
| HSV(B) | 124.46º | 0.95% | 0.83% | - |
| XYZ | 23.84 | 47.22 | 8.78 | - |
| YUV | 130.28 | 68.58 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 25 | 0.95 | 0 | 0.88 | 0.17 | 124.46 | 0.91 | 0.44 |
| Hex | A | D4 | 19 | 5F | 0 | 58 | 11 | 7C | 5B | 2C |
| Octal | 12 | 324 | 31 | 137 | 0 | 130 | 21 | 174 | 133 | 54 |
| Binary | 1010 | 11010100 | 11001 | 1011111 | 0 | 1011000 | 10001 | 1111100 | 1011011 | 101100 |
Color Harmonies of #0AD419
Complementary color
Monochromatic Colors of #0AD419
Black with #0AD419
Text Example
Text Example
White with #0AD419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD419; }
p { color: rgb(10,212,25); }
H1.HeaderClassName
{
color: #0AD419;
}
.AnyTagClassName
{
color: #0AD419;
}
</style>
background-color css
<style>
a { background-color: #0AD419; }
a { background-color: rgb(10,212,25); }
div.DivClassName
{
background-color: #0AD419;
}
.BgClassName
{
background-color: #0AD419;
}
</style>
border-color css
<style>
span { border-color: #0AD419; }
span { border-color: rgb(10,212,25); }
td.TdClassName
{
border-color: #0AD419;
}
.TagClassName
{
border-color: #0AD419;
}
</style>