Shades of Feijoa #AACB8F
Tints of Feijoa #AACB8F
RGB
CMYK
RGB Variations
Color information
#AACB8F (or 0xAACB8F) is known color: Feijoa. HEX triplet: AA, CB and 8F. RGB value is (170,203,143). Sum of RGB (Red+Green+Blue) = 170+203+143=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB8F is #553470. Grayscale: #BABABA. Windows color (decimal): -5583985 or 9423786. OLE color: 9423786.
HSL color Cylindrical-coordinate representation of color #AACB8F: hue angle of 93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACB8F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 143 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.20 |
| HSL | 93º | 0.37% | 0.68% | - |
| HSV(B) | 93º | 0.3% | 0.8% | - |
| XYZ | 42.89 | 53.24 | 34 | - |
| YUV | 186.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 143 | 0.16 | 0 | 0.30 | 0.20 | 93 | 0.37 | 0.68 |
| Hex | AA | CB | 8F | 10 | 0 | 1E | 14 | 5D | 25 | 44 |
| Octal | 252 | 313 | 217 | 20 | 0 | 36 | 24 | 135 | 45 | 104 |
| Binary | 10101010 | 11001011 | 10001111 | 10000 | 0 | 11110 | 10100 | 1011101 | 100101 | 1000100 |
Color Harmonies of #AACB8F
Complementary color
Monochromatic Colors of #AACB8F
Black with #AACB8F
Text Example
Text Example
White with #AACB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB8F; }
p { color: rgb(170,203,143); }
H1.HeaderClassName
{
color: #AACB8F;
}
.AnyTagClassName
{
color: #AACB8F;
}
</style>
background-color css
<style>
a { background-color: #AACB8F; }
a { background-color: rgb(170,203,143); }
div.DivClassName
{
background-color: #AACB8F;
}
.BgClassName
{
background-color: #AACB8F;
}
</style>
border-color css
<style>
span { border-color: #AACB8F; }
span { border-color: rgb(170,203,143); }
td.TdClassName
{
border-color: #AACB8F;
}
.TagClassName
{
border-color: #AACB8F;
}
</style>