Shades of Free Speech Green #0AD103
Tints of Free Speech Green #0AD103
RGB
CMYK
RGB Variations
Color information
#0AD103 (or 0x0AD103) is known color: Free Speech Green. HEX triplet: 0A, D1 and 03. RGB value is (10,209,3). Sum of RGB (Red+Green+Blue) = 10+209+3=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 209 (82.03% from 255 or 94.14% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD103 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD103 is #F52EFC. Grayscale: #7E7E7E. Windows color (decimal): -16068349 or 250122. OLE color: 250122.
HSL color Cylindrical-coordinate representation of color #0AD103: hue angle of 117.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AD103 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.18 |
| HSL | 117.96º | 0.97% | 0.42% | - |
| HSV(B) | 117.96º | 0.99% | 0.82% | - |
| XYZ | 22.94 | 45.67 | 7.69 | - |
| YUV | 126.02 | 58.57 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 3 | 0.95 | 0 | 0.99 | 0.18 | 117.96 | 0.97 | 0.42 |
| Hex | A | D1 | 3 | 5F | 0 | 63 | 12 | 76 | 61 | 2A |
| Octal | 12 | 321 | 3 | 137 | 0 | 143 | 22 | 166 | 141 | 52 |
| Binary | 1010 | 11010001 | 11 | 1011111 | 0 | 1100011 | 10010 | 1110110 | 1100001 | 101010 |
Color Harmonies of #0AD103
Complementary color
Monochromatic Colors of #0AD103
Black with #0AD103
Text Example
Text Example
White with #0AD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD103; }
p { color: rgb(10,209,3); }
H1.HeaderClassName
{
color: #0AD103;
}
.AnyTagClassName
{
color: #0AD103;
}
</style>
background-color css
<style>
a { background-color: #0AD103; }
a { background-color: rgb(10,209,3); }
div.DivClassName
{
background-color: #0AD103;
}
.BgClassName
{
background-color: #0AD103;
}
</style>
border-color css
<style>
span { border-color: #0AD103; }
span { border-color: rgb(10,209,3); }
td.TdClassName
{
border-color: #0AD103;
}
.TagClassName
{
border-color: #0AD103;
}
</style>