Shades of Free Speech Green #0AD105
Tints of Free Speech Green #0AD105
RGB
CMYK
RGB Variations
Color information
#0AD105 (or 0x0AD105) is known color: Free Speech Green. HEX triplet: 0A, D1 and 05. RGB value is (10,209,5). Sum of RGB (Red+Green+Blue) = 10+209+5=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 209 (82.03% from 255 or 93.30% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD105 is #F52EFA. Grayscale: #7E7E7E. Windows color (decimal): -16068347 or 381194. OLE color: 381194.
HSL color Cylindrical-coordinate representation of color #0AD105: hue angle of 118.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AD105 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.18 |
| HSL | 118.53º | 0.95% | 0.42% | - |
| HSV(B) | 118.53º | 0.98% | 0.82% | - |
| XYZ | 22.95 | 45.68 | 7.75 | - |
| YUV | 126.24 | 59.57 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 5 | 0.95 | 0 | 0.98 | 0.18 | 118.53 | 0.95 | 0.42 |
| Hex | A | D1 | 5 | 5F | 0 | 62 | 12 | 77 | 5F | 2A |
| Octal | 12 | 321 | 5 | 137 | 0 | 142 | 22 | 167 | 137 | 52 |
| Binary | 1010 | 11010001 | 101 | 1011111 | 0 | 1100010 | 10010 | 1110111 | 1011111 | 101010 |
Color Harmonies of #0AD105
Complementary color
Monochromatic Colors of #0AD105
Black with #0AD105
Text Example
Text Example
White with #0AD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD105; }
p { color: rgb(10,209,5); }
H1.HeaderClassName
{
color: #0AD105;
}
.AnyTagClassName
{
color: #0AD105;
}
</style>
background-color css
<style>
a { background-color: #0AD105; }
a { background-color: rgb(10,209,5); }
div.DivClassName
{
background-color: #0AD105;
}
.BgClassName
{
background-color: #0AD105;
}
</style>
border-color css
<style>
span { border-color: #0AD105; }
span { border-color: rgb(10,209,5); }
td.TdClassName
{
border-color: #0AD105;
}
.TagClassName
{
border-color: #0AD105;
}
</style>