Shades of Free Speech Green #0AD80B
Tints of Free Speech Green #0AD80B
RGB
CMYK
RGB Variations
Color information
#0AD80B (or 0x0AD80B) is known color: Free Speech Green. HEX triplet: 0A, D8 and 0B. RGB value is (10,216,11). Sum of RGB (Red+Green+Blue) = 10+216+11=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 216 (84.77% from 255 or 91.14% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD80B is #F527F4. Grayscale: #838383. Windows color (decimal): -16066549 or 776202. OLE color: 776202.
HSL color Cylindrical-coordinate representation of color #0AD80B: hue angle of 120.29º 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 #0AD80B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.15 |
| HSL | 120.29º | 0.91% | 0.44% | - |
| HSV(B) | 120.29º | 0.95% | 0.85% | - |
| XYZ | 24.74 | 49.2 | 8.51 | - |
| YUV | 131.04 | 60.25 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 11 | 0.95 | 0 | 0.95 | 0.15 | 120.29 | 0.91 | 0.44 |
| Hex | A | D8 | B | 5F | 0 | 5F | F | 78 | 5B | 2C |
| Octal | 12 | 330 | 13 | 137 | 0 | 137 | 17 | 170 | 133 | 54 |
| Binary | 1010 | 11011000 | 1011 | 1011111 | 0 | 1011111 | 1111 | 1111000 | 1011011 | 101100 |
Color Harmonies of #0AD80B
Complementary color
Monochromatic Colors of #0AD80B
Black with #0AD80B
Text Example
Text Example
White with #0AD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD80B; }
p { color: rgb(10,216,11); }
H1.HeaderClassName
{
color: #0AD80B;
}
.AnyTagClassName
{
color: #0AD80B;
}
</style>
background-color css
<style>
a { background-color: #0AD80B; }
a { background-color: rgb(10,216,11); }
div.DivClassName
{
background-color: #0AD80B;
}
.BgClassName
{
background-color: #0AD80B;
}
</style>
border-color css
<style>
span { border-color: #0AD80B; }
span { border-color: rgb(10,216,11); }
td.TdClassName
{
border-color: #0AD80B;
}
.TagClassName
{
border-color: #0AD80B;
}
</style>