Shades of Feijoa #AACF93
Tints of Feijoa #AACF93
RGB
CMYK
RGB Variations
Color information
#AACF93 (or 0xAACF93) is known color: Feijoa. HEX triplet: AA, CF and 93. RGB value is (170,207,147). Sum of RGB (Red+Green+Blue) = 170+207+147=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF93 is #55306C. Grayscale: #BDBDBD. Windows color (decimal): -5582957 or 9686954. OLE color: 9686954.
HSL color Cylindrical-coordinate representation of color #AACF93: hue angle of 97º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACF93 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 147 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.19 |
| HSL | 97º | 0.38% | 0.69% | - |
| HSV(B) | 97º | 0.29% | 0.81% | - |
| XYZ | 44.16 | 55.28 | 35.95 | - |
| YUV | 189.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 147 | 0.18 | 0 | 0.29 | 0.19 | 97 | 0.38 | 0.69 |
| Hex | AA | CF | 93 | 12 | 0 | 1D | 13 | 61 | 26 | 45 |
| Octal | 252 | 317 | 223 | 22 | 0 | 35 | 23 | 141 | 46 | 105 |
| Binary | 10101010 | 11001111 | 10010011 | 10010 | 0 | 11101 | 10011 | 1100001 | 100110 | 1000101 |
Color Harmonies of #AACF93
Complementary color
Monochromatic Colors of #AACF93
Black with #AACF93
Text Example
Text Example
White with #AACF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF93; }
p { color: rgb(170,207,147); }
H1.HeaderClassName
{
color: #AACF93;
}
.AnyTagClassName
{
color: #AACF93;
}
</style>
background-color css
<style>
a { background-color: #AACF93; }
a { background-color: rgb(170,207,147); }
div.DivClassName
{
background-color: #AACF93;
}
.BgClassName
{
background-color: #AACF93;
}
</style>
border-color css
<style>
span { border-color: #AACF93; }
span { border-color: rgb(170,207,147); }
td.TdClassName
{
border-color: #AACF93;
}
.TagClassName
{
border-color: #AACF93;
}
</style>