Shades of Free Speech Green #0AD70B
Tints of Free Speech Green #0AD70B
RGB
CMYK
RGB Variations
Color information
#0AD70B (or 0x0AD70B) is known color: Free Speech Green. HEX triplet: 0A, D7 and 0B. RGB value is (10,215,11). Sum of RGB (Red+Green+Blue) = 10+215+11=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 215 (84.38% from 255 or 91.10% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD70B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD70B is #F528F4. Grayscale: #838383. Windows color (decimal): -16066805 or 775946. OLE color: 775946.
HSL color Cylindrical-coordinate representation of color #0AD70B: hue angle of 120.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD70B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.16 |
| HSL | 120.29º | 0.91% | 0.44% | - |
| HSV(B) | 120.29º | 0.95% | 0.84% | - |
| XYZ | 24.49 | 48.69 | 8.42 | - |
| YUV | 130.45 | 60.58 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 11 | 0.95 | 0 | 0.95 | 0.16 | 120.29 | 0.91 | 0.44 |
| Hex | A | D7 | B | 5F | 0 | 5F | 10 | 78 | 5B | 2C |
| Octal | 12 | 327 | 13 | 137 | 0 | 137 | 20 | 170 | 133 | 54 |
| Binary | 1010 | 11010111 | 1011 | 1011111 | 0 | 1011111 | 10000 | 1111000 | 1011011 | 101100 |
Color Harmonies of #0AD70B
Complementary color
Monochromatic Colors of #0AD70B
Black with #0AD70B
Text Example
Text Example
White with #0AD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD70B; }
p { color: rgb(10,215,11); }
H1.HeaderClassName
{
color: #0AD70B;
}
.AnyTagClassName
{
color: #0AD70B;
}
</style>
background-color css
<style>
a { background-color: #0AD70B; }
a { background-color: rgb(10,215,11); }
div.DivClassName
{
background-color: #0AD70B;
}
.BgClassName
{
background-color: #0AD70B;
}
</style>
border-color css
<style>
span { border-color: #0AD70B; }
span { border-color: rgb(10,215,11); }
td.TdClassName
{
border-color: #0AD70B;
}
.TagClassName
{
border-color: #0AD70B;
}
</style>