Shades of Free Speech Green #0ADB06
Tints of Free Speech Green #0ADB06
RGB
CMYK
RGB Variations
Color information
#0ADB06 (or 0x0ADB06) is known color: Free Speech Green. HEX triplet: 0A, DB and 06. RGB value is (10,219,6). Sum of RGB (Red+Green+Blue) = 10+219+6=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 219 (85.94% from 255 or 93.19% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADB06 is #F524F9. Grayscale: #848484. Windows color (decimal): -16065786 or 449290. OLE color: 449290.
HSL color Cylindrical-coordinate representation of color #0ADB06: hue angle of 118.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ADB06 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.14 |
| HSL | 118.87º | 0.95% | 0.44% | - |
| HSV(B) | 118.87º | 0.97% | 0.86% | - |
| XYZ | 25.49 | 50.74 | 8.62 | - |
| YUV | 132.23 | 56.76 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 6 | 0.95 | 0 | 0.97 | 0.14 | 118.87 | 0.95 | 0.44 |
| Hex | A | DB | 6 | 5F | 0 | 61 | E | 77 | 5F | 2C |
| Octal | 12 | 333 | 6 | 137 | 0 | 141 | 16 | 167 | 137 | 54 |
| Binary | 1010 | 11011011 | 110 | 1011111 | 0 | 1100001 | 1110 | 1110111 | 1011111 | 101100 |
Color Harmonies of #0ADB06
Complementary color
Monochromatic Colors of #0ADB06
Black with #0ADB06
Text Example
Text Example
White with #0ADB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB06; }
p { color: rgb(10,219,6); }
H1.HeaderClassName
{
color: #0ADB06;
}
.AnyTagClassName
{
color: #0ADB06;
}
</style>
background-color css
<style>
a { background-color: #0ADB06; }
a { background-color: rgb(10,219,6); }
div.DivClassName
{
background-color: #0ADB06;
}
.BgClassName
{
background-color: #0ADB06;
}
</style>
border-color css
<style>
span { border-color: #0ADB06; }
span { border-color: rgb(10,219,6); }
td.TdClassName
{
border-color: #0ADB06;
}
.TagClassName
{
border-color: #0ADB06;
}
</style>