Shades of Free Speech Green #0AD017
Tints of Free Speech Green #0AD017
RGB
CMYK
RGB Variations
Color information
#0AD017 (or 0x0AD017) is known color: Free Speech Green. HEX triplet: 0A, D0 and 17. RGB value is (10,208,23). Sum of RGB (Red+Green+Blue) = 10+208+23=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD017 is #F52FE8. Grayscale: #808080. Windows color (decimal): -16068585 or 1560586. OLE color: 1560586.
HSL color Cylindrical-coordinate representation of color #0AD017: hue angle of 123.94º 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 #0AD017 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 208 | 23 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.18 |
| HSL | 123.94º | 0.91% | 0.43% | - |
| HSV(B) | 123.94º | 0.95% | 0.82% | - |
| XYZ | 22.84 | 45.24 | 8.34 | - |
| YUV | 127.71 | 68.9 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 23 | 0.95 | 0 | 0.89 | 0.18 | 123.94 | 0.91 | 0.43 |
| Hex | A | D0 | 17 | 5F | 0 | 59 | 12 | 7C | 5B | 2B |
| Octal | 12 | 320 | 27 | 137 | 0 | 131 | 22 | 174 | 133 | 53 |
| Binary | 1010 | 11010000 | 10111 | 1011111 | 0 | 1011001 | 10010 | 1111100 | 1011011 | 101011 |
Color Harmonies of #0AD017
Complementary color
Monochromatic Colors of #0AD017
Black with #0AD017
Text Example
Text Example
White with #0AD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD017; }
p { color: rgb(10,208,23); }
H1.HeaderClassName
{
color: #0AD017;
}
.AnyTagClassName
{
color: #0AD017;
}
</style>
background-color css
<style>
a { background-color: #0AD017; }
a { background-color: rgb(10,208,23); }
div.DivClassName
{
background-color: #0AD017;
}
.BgClassName
{
background-color: #0AD017;
}
</style>
border-color css
<style>
span { border-color: #0AD017; }
span { border-color: rgb(10,208,23); }
td.TdClassName
{
border-color: #0AD017;
}
.TagClassName
{
border-color: #0AD017;
}
</style>