Shades of Free Speech Green #0ADA08
Tints of Free Speech Green #0ADA08
RGB
CMYK
RGB Variations
Color information
#0ADA08 (or 0x0ADA08) is known color: Free Speech Green. HEX triplet: 0A, DA and 08. RGB value is (10,218,8). Sum of RGB (Red+Green+Blue) = 10+218+8=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 218 (85.55% from 255 or 92.37% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADA08 is #F525F7. Grayscale: #848484. Windows color (decimal): -16066040 or 580106. OLE color: 580106.
HSL color Cylindrical-coordinate representation of color #0ADA08: hue angle of 119.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADA08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.15 |
| HSL | 119.43º | 0.93% | 0.44% | - |
| HSV(B) | 119.43º | 0.96% | 0.85% | - |
| XYZ | 25.24 | 50.22 | 8.59 | - |
| YUV | 131.87 | 58.09 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 8 | 0.95 | 0 | 0.96 | 0.15 | 119.43 | 0.93 | 0.44 |
| Hex | A | DA | 8 | 5F | 0 | 60 | F | 77 | 5D | 2C |
| Octal | 12 | 332 | 10 | 137 | 0 | 140 | 17 | 167 | 135 | 54 |
| Binary | 1010 | 11011010 | 1000 | 1011111 | 0 | 1100000 | 1111 | 1110111 | 1011101 | 101100 |
Color Harmonies of #0ADA08
Complementary color
Monochromatic Colors of #0ADA08
Black with #0ADA08
Text Example
Text Example
White with #0ADA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA08; }
p { color: rgb(10,218,8); }
H1.HeaderClassName
{
color: #0ADA08;
}
.AnyTagClassName
{
color: #0ADA08;
}
</style>
background-color css
<style>
a { background-color: #0ADA08; }
a { background-color: rgb(10,218,8); }
div.DivClassName
{
background-color: #0ADA08;
}
.BgClassName
{
background-color: #0ADA08;
}
</style>
border-color css
<style>
span { border-color: #0ADA08; }
span { border-color: rgb(10,218,8); }
td.TdClassName
{
border-color: #0ADA08;
}
.TagClassName
{
border-color: #0ADA08;
}
</style>