Shades of Free Speech Green #0AD108
Tints of Free Speech Green #0AD108
RGB
CMYK
RGB Variations
Color information
#0AD108 (or 0x0AD108) is known color: Free Speech Green. HEX triplet: 0A, D1 and 08. RGB value is (10,209,8). Sum of RGB (Red+Green+Blue) = 10+209+8=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 209 (82.03% from 255 or 92.07% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD108 is #F52EF7. Grayscale: #7F7F7F. Windows color (decimal): -16068344 or 577802. OLE color: 577802.
HSL color Cylindrical-coordinate representation of color #0AD108: hue angle of 119.4º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD108 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.18 |
| HSL | 119.4º | 0.93% | 0.43% | - |
| HSV(B) | 119.4º | 0.96% | 0.82% | - |
| XYZ | 22.97 | 45.68 | 7.84 | - |
| YUV | 126.59 | 61.07 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 8 | 0.95 | 0 | 0.96 | 0.18 | 119.4 | 0.93 | 0.43 |
| Hex | A | D1 | 8 | 5F | 0 | 60 | 12 | 77 | 5D | 2B |
| Octal | 12 | 321 | 10 | 137 | 0 | 140 | 22 | 167 | 135 | 53 |
| Binary | 1010 | 11010001 | 1000 | 1011111 | 0 | 1100000 | 10010 | 1110111 | 1011101 | 101011 |
Color Harmonies of #0AD108
Complementary color
Monochromatic Colors of #0AD108
Black with #0AD108
Text Example
Text Example
White with #0AD108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD108; }
p { color: rgb(10,209,8); }
H1.HeaderClassName
{
color: #0AD108;
}
.AnyTagClassName
{
color: #0AD108;
}
</style>
background-color css
<style>
a { background-color: #0AD108; }
a { background-color: rgb(10,209,8); }
div.DivClassName
{
background-color: #0AD108;
}
.BgClassName
{
background-color: #0AD108;
}
</style>
border-color css
<style>
span { border-color: #0AD108; }
span { border-color: rgb(10,209,8); }
td.TdClassName
{
border-color: #0AD108;
}
.TagClassName
{
border-color: #0AD108;
}
</style>