Shades of Free Speech Green #0AD823
Tints of Free Speech Green #0AD823
RGB
CMYK
RGB Variations
Color information
#0AD823 (or 0x0AD823) is known color: Free Speech Green. HEX triplet: 0A, D8 and 23. RGB value is (10,216,35). Sum of RGB (Red+Green+Blue) = 10+216+35=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 216 (84.77% from 255 or 82.76% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD823 is #F527DC. Grayscale: #868686. Windows color (decimal): -16066525 or 2349066. OLE color: 2349066.
HSL color Cylindrical-coordinate representation of color #0AD823: hue angle of 127.28º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD823 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 35 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.15 |
| HSL | 127.28º | 0.91% | 0.44% | - |
| HSV(B) | 127.28º | 0.95% | 0.85% | - |
| XYZ | 24.98 | 49.3 | 9.79 | - |
| YUV | 133.77 | 72.25 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 35 | 0.95 | 0 | 0.84 | 0.15 | 127.28 | 0.91 | 0.44 |
| Hex | A | D8 | 23 | 5F | 0 | 54 | F | 7F | 5B | 2C |
| Octal | 12 | 330 | 43 | 137 | 0 | 124 | 17 | 177 | 133 | 54 |
| Binary | 1010 | 11011000 | 100011 | 1011111 | 0 | 1010100 | 1111 | 1111111 | 1011011 | 101100 |
Color Harmonies of #0AD823
Complementary color
Monochromatic Colors of #0AD823
Black with #0AD823
Text Example
Text Example
White with #0AD823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD823; }
p { color: rgb(10,216,35); }
H1.HeaderClassName
{
color: #0AD823;
}
.AnyTagClassName
{
color: #0AD823;
}
</style>
background-color css
<style>
a { background-color: #0AD823; }
a { background-color: rgb(10,216,35); }
div.DivClassName
{
background-color: #0AD823;
}
.BgClassName
{
background-color: #0AD823;
}
</style>
border-color css
<style>
span { border-color: #0AD823; }
span { border-color: rgb(10,216,35); }
td.TdClassName
{
border-color: #0AD823;
}
.TagClassName
{
border-color: #0AD823;
}
</style>