Shades of Feijoa #AACB8C
Tints of Feijoa #AACB8C
RGB
CMYK
RGB Variations
Color information
#AACB8C (or 0xAACB8C) is known color: Feijoa. HEX triplet: AA, CB and 8C. RGB value is (170,203,140). Sum of RGB (Red+Green+Blue) = 170+203+140=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB8C is #553473. Grayscale: #BABABA. Windows color (decimal): -5583988 or 9227178. OLE color: 9227178.
HSL color Cylindrical-coordinate representation of color #AACB8C: hue angle of 91.43º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACB8C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 140 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.20 |
| HSL | 91.43º | 0.38% | 0.67% | - |
| HSV(B) | 91.43º | 0.31% | 0.8% | - |
| XYZ | 42.67 | 53.15 | 32.82 | - |
| YUV | 185.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 140 | 0.16 | 0 | 0.31 | 0.20 | 91.43 | 0.38 | 0.67 |
| Hex | AA | CB | 8C | 10 | 0 | 1F | 14 | 5B | 26 | 43 |
| Octal | 252 | 313 | 214 | 20 | 0 | 37 | 24 | 133 | 46 | 103 |
| Binary | 10101010 | 11001011 | 10001100 | 10000 | 0 | 11111 | 10100 | 1011011 | 100110 | 1000011 |
Color Harmonies of #AACB8C
Complementary color
Monochromatic Colors of #AACB8C
Black with #AACB8C
Text Example
Text Example
White with #AACB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB8C; }
p { color: rgb(170,203,140); }
H1.HeaderClassName
{
color: #AACB8C;
}
.AnyTagClassName
{
color: #AACB8C;
}
</style>
background-color css
<style>
a { background-color: #AACB8C; }
a { background-color: rgb(170,203,140); }
div.DivClassName
{
background-color: #AACB8C;
}
.BgClassName
{
background-color: #AACB8C;
}
</style>
border-color css
<style>
span { border-color: #AACB8C; }
span { border-color: rgb(170,203,140); }
td.TdClassName
{
border-color: #AACB8C;
}
.TagClassName
{
border-color: #AACB8C;
}
</style>