Shades of Free Speech Green #0AD50D
Tints of Free Speech Green #0AD50D
RGB
CMYK
RGB Variations
Color information
#0AD50D (or 0x0AD50D) is known color: Free Speech Green. HEX triplet: 0A, D5 and 0D. RGB value is (10,213,13). Sum of RGB (Red+Green+Blue) = 10+213+13=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 213 (83.59% from 255 or 90.25% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD50D is #F52AF2. Grayscale: #828282. Windows color (decimal): -16067315 or 906506. OLE color: 906506.
HSL color Cylindrical-coordinate representation of color #0AD50D: hue angle of 120.89º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD50D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.16 |
| HSL | 120.89º | 0.91% | 0.44% | - |
| HSV(B) | 120.89º | 0.95% | 0.84% | - |
| XYZ | 23.99 | 47.68 | 8.32 | - |
| YUV | 129.5 | 62.25 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 13 | 0.95 | 0 | 0.94 | 0.16 | 120.89 | 0.91 | 0.44 |
| Hex | A | D5 | D | 5F | 0 | 5E | 10 | 79 | 5B | 2C |
| Octal | 12 | 325 | 15 | 137 | 0 | 136 | 20 | 171 | 133 | 54 |
| Binary | 1010 | 11010101 | 1101 | 1011111 | 0 | 1011110 | 10000 | 1111001 | 1011011 | 101100 |
Color Harmonies of #0AD50D
Complementary color
Monochromatic Colors of #0AD50D
Black with #0AD50D
Text Example
Text Example
White with #0AD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD50D; }
p { color: rgb(10,213,13); }
H1.HeaderClassName
{
color: #0AD50D;
}
.AnyTagClassName
{
color: #0AD50D;
}
</style>
background-color css
<style>
a { background-color: #0AD50D; }
a { background-color: rgb(10,213,13); }
div.DivClassName
{
background-color: #0AD50D;
}
.BgClassName
{
background-color: #0AD50D;
}
</style>
border-color css
<style>
span { border-color: #0AD50D; }
span { border-color: rgb(10,213,13); }
td.TdClassName
{
border-color: #0AD50D;
}
.TagClassName
{
border-color: #0AD50D;
}
</style>