Shades of Pigment Green #10AA5B
Tints of Pigment Green #10AA5B
RGB
CMYK
RGB Variations
Color information
#10AA5B (or 0x10AA5B) is known color: Pigment Green. HEX triplet: 10, AA and 5B. RGB value is (16,170,91). Sum of RGB (Red+Green+Blue) = 16+170+91=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA5B is #EF55A4. Grayscale: #737373. Windows color (decimal): -15685029 or 6007312. OLE color: 6007312.
HSL color Cylindrical-coordinate representation of color #10AA5B: hue angle of 149.22º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA5B is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 91 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.33 |
| HSL | 149.22º | 0.83% | 0.36% | - |
| HSV(B) | 149.22º | 0.91% | 0.67% | - |
| XYZ | 16.48 | 29.61 | 14.75 | - |
| YUV | 114.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 91 | 0.91 | 0 | 0.46 | 0.33 | 149.22 | 0.83 | 0.36 |
| Hex | 10 | AA | 5B | 5B | 0 | 2E | 21 | 95 | 53 | 24 |
| Octal | 20 | 252 | 133 | 133 | 0 | 56 | 41 | 225 | 123 | 44 |
| Binary | 10000 | 10101010 | 1011011 | 1011011 | 0 | 101110 | 100001 | 10010101 | 1010011 | 100100 |
Color Harmonies of #10AA5B
Complementary color
Monochromatic Colors of #10AA5B
Black with #10AA5B
Text Example
Text Example
White with #10AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA5B; }
p { color: rgb(16,170,91); }
H1.HeaderClassName
{
color: #10AA5B;
}
.AnyTagClassName
{
color: #10AA5B;
}
</style>
background-color css
<style>
a { background-color: #10AA5B; }
a { background-color: rgb(16,170,91); }
div.DivClassName
{
background-color: #10AA5B;
}
.BgClassName
{
background-color: #10AA5B;
}
</style>
border-color css
<style>
span { border-color: #10AA5B; }
span { border-color: rgb(16,170,91); }
td.TdClassName
{
border-color: #10AA5B;
}
.TagClassName
{
border-color: #10AA5B;
}
</style>