Shades of Pigment Green #0AAA5D
Tints of Pigment Green #0AAA5D
RGB
CMYK
RGB Variations
Color information
#0AAA5D (or 0x0AAA5D) is known color: Pigment Green. HEX triplet: 0A, AA and 5D. RGB value is (10,170,93). Sum of RGB (Red+Green+Blue) = 10+170+93=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA5D is #F555A2. Grayscale: #717171. Windows color (decimal): -16078243 or 6138378. OLE color: 6138378.
HSL color Cylindrical-coordinate representation of color #0AAA5D: hue angle of 151.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA5D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 93 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.33 |
| HSL | 151.13º | 0.89% | 0.35% | - |
| HSV(B) | 151.13º | 0.94% | 0.67% | - |
| XYZ | 16.48 | 29.6 | 15.2 | - |
| YUV | 113.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 93 | 0.94 | 0 | 0.45 | 0.33 | 151.13 | 0.89 | 0.35 |
| Hex | A | AA | 5D | 5E | 0 | 2D | 21 | 97 | 59 | 23 |
| Octal | 12 | 252 | 135 | 136 | 0 | 55 | 41 | 227 | 131 | 43 |
| Binary | 1010 | 10101010 | 1011101 | 1011110 | 0 | 101101 | 100001 | 10010111 | 1011001 | 100011 |
Color Harmonies of #0AAA5D
Complementary color
Monochromatic Colors of #0AAA5D
Black with #0AAA5D
Text Example
Text Example
White with #0AAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA5D; }
p { color: rgb(10,170,93); }
H1.HeaderClassName
{
color: #0AAA5D;
}
.AnyTagClassName
{
color: #0AAA5D;
}
</style>
background-color css
<style>
a { background-color: #0AAA5D; }
a { background-color: rgb(10,170,93); }
div.DivClassName
{
background-color: #0AAA5D;
}
.BgClassName
{
background-color: #0AAA5D;
}
</style>
border-color css
<style>
span { border-color: #0AAA5D; }
span { border-color: rgb(10,170,93); }
td.TdClassName
{
border-color: #0AAA5D;
}
.TagClassName
{
border-color: #0AAA5D;
}
</style>