Shades of Amulet #8AA280
Tints of Amulet #8AA280
RGB
CMYK
RGB Variations
Color information
#8AA280 (or 0x8AA280) is known color: Amulet. HEX triplet: 8A, A2 and 80. RGB value is (138,162,128). Sum of RGB (Red+Green+Blue) = 138+162+128=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA280 is #755D7F. Grayscale: #979797. Windows color (decimal): -7691648 or 8430218. OLE color: 8430218.
HSL color Cylindrical-coordinate representation of color #8AA280: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA280 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 128 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.36 |
| HSL | 102.35º | 0.15% | 0.57% | - |
| HSV(B) | 102.35º | 0.21% | 0.64% | - |
| XYZ | 27.3 | 32.8 | 25.31 | - |
| YUV | 150.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 128 | 0.15 | 0 | 0.21 | 0.36 | 102.35 | 0.15 | 0.57 |
| Hex | 8A | A2 | 80 | F | 0 | 15 | 24 | 66 | F | 39 |
| Octal | 212 | 242 | 200 | 17 | 0 | 25 | 44 | 146 | 17 | 71 |
| Binary | 10001010 | 10100010 | 10000000 | 1111 | 0 | 10101 | 100100 | 1100110 | 1111 | 111001 |
Color Harmonies of #8AA280
Complementary color
Monochromatic Colors of #8AA280
Black with #8AA280
Text Example
Text Example
White with #8AA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA280; }
p { color: rgb(138,162,128); }
H1.HeaderClassName
{
color: #8AA280;
}
.AnyTagClassName
{
color: #8AA280;
}
</style>
background-color css
<style>
a { background-color: #8AA280; }
a { background-color: rgb(138,162,128); }
div.DivClassName
{
background-color: #8AA280;
}
.BgClassName
{
background-color: #8AA280;
}
</style>
border-color css
<style>
span { border-color: #8AA280; }
span { border-color: rgb(138,162,128); }
td.TdClassName
{
border-color: #8AA280;
}
.TagClassName
{
border-color: #8AA280;
}
</style>