Shades of Free Speech Green #0AD818
Tints of Free Speech Green #0AD818
RGB
CMYK
RGB Variations
Color information
#0AD818 (or 0x0AD818) is known color: Free Speech Green. HEX triplet: 0A, D8 and 18. RGB value is (10,216,24). Sum of RGB (Red+Green+Blue) = 10+216+24=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 216 (84.77% from 255 or 86.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD818 is #F527E7. Grayscale: #858585. Windows color (decimal): -16066536 or 1628170. OLE color: 1628170.
HSL color Cylindrical-coordinate representation of color #0AD818: hue angle of 124.08º 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 #0AD818 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 24 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.15 |
| HSL | 124.08º | 0.91% | 0.44% | - |
| HSV(B) | 124.08º | 0.95% | 0.85% | - |
| XYZ | 24.85 | 49.24 | 9.06 | - |
| YUV | 132.52 | 66.75 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 24 | 0.95 | 0 | 0.89 | 0.15 | 124.08 | 0.91 | 0.44 |
| Hex | A | D8 | 18 | 5F | 0 | 59 | F | 7C | 5B | 2C |
| Octal | 12 | 330 | 30 | 137 | 0 | 131 | 17 | 174 | 133 | 54 |
| Binary | 1010 | 11011000 | 11000 | 1011111 | 0 | 1011001 | 1111 | 1111100 | 1011011 | 101100 |
Color Harmonies of #0AD818
Complementary color
Monochromatic Colors of #0AD818
Black with #0AD818
Text Example
Text Example
White with #0AD818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD818; }
p { color: rgb(10,216,24); }
H1.HeaderClassName
{
color: #0AD818;
}
.AnyTagClassName
{
color: #0AD818;
}
</style>
background-color css
<style>
a { background-color: #0AD818; }
a { background-color: rgb(10,216,24); }
div.DivClassName
{
background-color: #0AD818;
}
.BgClassName
{
background-color: #0AD818;
}
</style>
border-color css
<style>
span { border-color: #0AD818; }
span { border-color: rgb(10,216,24); }
td.TdClassName
{
border-color: #0AD818;
}
.TagClassName
{
border-color: #0AD818;
}
</style>