Shades of Pigment Green #0AAD5B
Tints of Pigment Green #0AAD5B
RGB
CMYK
RGB Variations
Color information
#0AAD5B (or 0x0AAD5B) is known color: Pigment Green. HEX triplet: 0A, AD and 5B. RGB value is (10,173,91). Sum of RGB (Red+Green+Blue) = 10+173+91=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD5B is #F552A4. Grayscale: #737373. Windows color (decimal): -16077477 or 6008074. OLE color: 6008074.
HSL color Cylindrical-coordinate representation of color #0AAD5B: hue angle of 149.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD5B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 91 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.32 |
| HSL | 149.82º | 0.89% | 0.36% | - |
| HSV(B) | 149.82º | 0.94% | 0.68% | - |
| XYZ | 16.96 | 30.71 | 14.93 | - |
| YUV | 114.92 | 114.5 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 91 | 0.94 | 0 | 0.47 | 0.32 | 149.82 | 0.89 | 0.36 |
| Hex | A | AD | 5B | 5E | 0 | 2F | 20 | 96 | 59 | 24 |
| Octal | 12 | 255 | 133 | 136 | 0 | 57 | 40 | 226 | 131 | 44 |
| Binary | 1010 | 10101101 | 1011011 | 1011110 | 0 | 101111 | 100000 | 10010110 | 1011001 | 100100 |
Color Harmonies of #0AAD5B
Complementary color
Monochromatic Colors of #0AAD5B
Black with #0AAD5B
Text Example
Text Example
White with #0AAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD5B; }
p { color: rgb(10,173,91); }
H1.HeaderClassName
{
color: #0AAD5B;
}
.AnyTagClassName
{
color: #0AAD5B;
}
</style>
background-color css
<style>
a { background-color: #0AAD5B; }
a { background-color: rgb(10,173,91); }
div.DivClassName
{
background-color: #0AAD5B;
}
.BgClassName
{
background-color: #0AAD5B;
}
</style>
border-color css
<style>
span { border-color: #0AAD5B; }
span { border-color: rgb(10,173,91); }
td.TdClassName
{
border-color: #0AAD5B;
}
.TagClassName
{
border-color: #0AAD5B;
}
</style>