Shades of Free Speech Green #0ADE0D
Tints of Free Speech Green #0ADE0D
RGB
CMYK
RGB Variations
Color information
#0ADE0D (or 0x0ADE0D) is known color: Free Speech Green. HEX triplet: 0A, DE and 0D. RGB value is (10,222,13). Sum of RGB (Red+Green+Blue) = 10+222+13=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 222 (87.11% from 255 or 90.61% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADE0D is #F521F2. Grayscale: #878787. Windows color (decimal): -16065011 or 908810. OLE color: 908810.
HSL color Cylindrical-coordinate representation of color #0ADE0D: hue angle of 120.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE0D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.13 |
| HSL | 120.85º | 0.91% | 0.45% | - |
| HSV(B) | 120.85º | 0.95% | 0.87% | - |
| XYZ | 26.32 | 52.34 | 9.1 | - |
| YUV | 134.79 | 59.26 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 13 | 0.95 | 0 | 0.94 | 0.13 | 120.85 | 0.91 | 0.45 |
| Hex | A | DE | D | 5F | 0 | 5E | D | 79 | 5B | 2D |
| Octal | 12 | 336 | 15 | 137 | 0 | 136 | 15 | 171 | 133 | 55 |
| Binary | 1010 | 11011110 | 1101 | 1011111 | 0 | 1011110 | 1101 | 1111001 | 1011011 | 101101 |
Color Harmonies of #0ADE0D
Complementary color
Monochromatic Colors of #0ADE0D
Black with #0ADE0D
Text Example
Text Example
White with #0ADE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE0D; }
p { color: rgb(10,222,13); }
H1.HeaderClassName
{
color: #0ADE0D;
}
.AnyTagClassName
{
color: #0ADE0D;
}
</style>
background-color css
<style>
a { background-color: #0ADE0D; }
a { background-color: rgb(10,222,13); }
div.DivClassName
{
background-color: #0ADE0D;
}
.BgClassName
{
background-color: #0ADE0D;
}
</style>
border-color css
<style>
span { border-color: #0ADE0D; }
span { border-color: rgb(10,222,13); }
td.TdClassName
{
border-color: #0ADE0D;
}
.TagClassName
{
border-color: #0ADE0D;
}
</style>