Shades of Free Speech Green #0ADD0B
Tints of Free Speech Green #0ADD0B
RGB
CMYK
RGB Variations
Color information
#0ADD0B (or 0x0ADD0B) is known color: Free Speech Green. HEX triplet: 0A, DD and 0B. RGB value is (10,221,11). Sum of RGB (Red+Green+Blue) = 10+221+11=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 221 (86.72% from 255 or 91.32% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADD0B is #F522F4. Grayscale: #868686. Windows color (decimal): -16065269 or 777482. OLE color: 777482.
HSL color Cylindrical-coordinate representation of color #0ADD0B: hue angle of 120.28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADD0B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.13 |
| HSL | 120.28º | 0.91% | 0.45% | - |
| HSV(B) | 120.28º | 0.95% | 0.87% | - |
| XYZ | 26.04 | 51.8 | 8.94 | - |
| YUV | 133.97 | 58.6 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 11 | 0.95 | 0 | 0.95 | 0.13 | 120.28 | 0.91 | 0.45 |
| Hex | A | DD | B | 5F | 0 | 5F | D | 78 | 5B | 2D |
| Octal | 12 | 335 | 13 | 137 | 0 | 137 | 15 | 170 | 133 | 55 |
| Binary | 1010 | 11011101 | 1011 | 1011111 | 0 | 1011111 | 1101 | 1111000 | 1011011 | 101101 |
Color Harmonies of #0ADD0B
Complementary color
Monochromatic Colors of #0ADD0B
Black with #0ADD0B
Text Example
Text Example
White with #0ADD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADD0B; }
p { color: rgb(10,221,11); }
H1.HeaderClassName
{
color: #0ADD0B;
}
.AnyTagClassName
{
color: #0ADD0B;
}
</style>
background-color css
<style>
a { background-color: #0ADD0B; }
a { background-color: rgb(10,221,11); }
div.DivClassName
{
background-color: #0ADD0B;
}
.BgClassName
{
background-color: #0ADD0B;
}
</style>
border-color css
<style>
span { border-color: #0ADD0B; }
span { border-color: rgb(10,221,11); }
td.TdClassName
{
border-color: #0ADD0B;
}
.TagClassName
{
border-color: #0ADD0B;
}
</style>