Shades of Free Speech Green #0AD706
Tints of Free Speech Green #0AD706
RGB
CMYK
RGB Variations
Color information
#0AD706 (or 0x0AD706) is known color: Free Speech Green. HEX triplet: 0A, D7 and 06. RGB value is (10,215,6). Sum of RGB (Red+Green+Blue) = 10+215+6=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 215 (84.38% from 255 or 93.07% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD706 is #F528F9. Grayscale: #828282. Windows color (decimal): -16066810 or 448266. OLE color: 448266.
HSL color Cylindrical-coordinate representation of color #0AD706: hue angle of 118.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AD706 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.16 |
| HSL | 118.85º | 0.95% | 0.43% | - |
| HSV(B) | 118.85º | 0.97% | 0.84% | - |
| XYZ | 24.46 | 48.68 | 8.28 | - |
| YUV | 129.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 6 | 0.95 | 0 | 0.97 | 0.16 | 118.85 | 0.95 | 0.43 |
| Hex | A | D7 | 6 | 5F | 0 | 61 | 10 | 77 | 5F | 2B |
| Octal | 12 | 327 | 6 | 137 | 0 | 141 | 20 | 167 | 137 | 53 |
| Binary | 1010 | 11010111 | 110 | 1011111 | 0 | 1100001 | 10000 | 1110111 | 1011111 | 101011 |
Color Harmonies of #0AD706
Complementary color
Monochromatic Colors of #0AD706
Black with #0AD706
Text Example
Text Example
White with #0AD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD706; }
p { color: rgb(10,215,6); }
H1.HeaderClassName
{
color: #0AD706;
}
.AnyTagClassName
{
color: #0AD706;
}
</style>
background-color css
<style>
a { background-color: #0AD706; }
a { background-color: rgb(10,215,6); }
div.DivClassName
{
background-color: #0AD706;
}
.BgClassName
{
background-color: #0AD706;
}
</style>
border-color css
<style>
span { border-color: #0AD706; }
span { border-color: rgb(10,215,6); }
td.TdClassName
{
border-color: #0AD706;
}
.TagClassName
{
border-color: #0AD706;
}
</style>