Shades of Free Speech Green #0ADB00
Tints of Free Speech Green #0ADB00
RGB
CMYK
RGB Variations
Color information
#0ADB00 (or 0x0ADB00) is known color: Free Speech Green. HEX triplet: 0A, DB and 00. RGB value is (10,219,0). Sum of RGB (Red+Green+Blue) = 10+219+0=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 219 (85.94% from 255 or 95.63% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADB00 is #F524FF. Grayscale: #848484. Windows color (decimal): -16065792 or 56074. OLE color: 56074.
HSL color Cylindrical-coordinate representation of color #0ADB00: hue angle of 117.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ADB00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.14 |
| HSL | 117.26º | 1% | 0.43% | - |
| HSV(B) | 117.26º | 1% | 0.86% | - |
| XYZ | 25.46 | 50.73 | 8.45 | - |
| YUV | 131.54 | 53.76 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 0 | 0.95 | 0 | 1 | 0.14 | 117.26 | 1 | 0.43 |
| Hex | A | DB | 0 | 5F | 0 | 64 | E | 75 | 64 | 2B |
| Octal | 12 | 333 | 0 | 137 | 0 | 144 | 16 | 165 | 144 | 53 |
| Binary | 1010 | 11011011 | 0 | 1011111 | 0 | 1100100 | 1110 | 1110101 | 1100100 | 101011 |
Color Harmonies of #0ADB00
Complementary color
Monochromatic Colors of #0ADB00
Black with #0ADB00
Text Example
Text Example
White with #0ADB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB00; }
p { color: rgb(10,219,0); }
H1.HeaderClassName
{
color: #0ADB00;
}
.AnyTagClassName
{
color: #0ADB00;
}
</style>
background-color css
<style>
a { background-color: #0ADB00; }
a { background-color: rgb(10,219,0); }
div.DivClassName
{
background-color: #0ADB00;
}
.BgClassName
{
background-color: #0ADB00;
}
</style>
border-color css
<style>
span { border-color: #0ADB00; }
span { border-color: rgb(10,219,0); }
td.TdClassName
{
border-color: #0ADB00;
}
.TagClassName
{
border-color: #0ADB00;
}
</style>