Shades of Feijoa #AAD67B
Tints of Feijoa #AAD67B
RGB
CMYK
RGB Variations
Color information
#AAD67B (or 0xAAD67B) is known color: Feijoa. HEX triplet: AA, D6 and 7B. RGB value is (170,214,123). Sum of RGB (Red+Green+Blue) = 170+214+123=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD67B is #552984. Grayscale: #BEBEBE. Windows color (decimal): -5581189 or 8115882. OLE color: 8115882.
HSL color Cylindrical-coordinate representation of color #AAD67B: hue angle of 89.01º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD67B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 123 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.16 |
| HSL | 89.01º | 0.53% | 0.66% | - |
| HSV(B) | 89.01º | 0.43% | 0.84% | - |
| XYZ | 44.2 | 58.07 | 27.62 | - |
| YUV | 190.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 123 | 0.21 | 0 | 0.43 | 0.16 | 89.01 | 0.53 | 0.66 |
| Hex | AA | D6 | 7B | 15 | 0 | 2B | 10 | 59 | 35 | 42 |
| Octal | 252 | 326 | 173 | 25 | 0 | 53 | 20 | 131 | 65 | 102 |
| Binary | 10101010 | 11010110 | 1111011 | 10101 | 0 | 101011 | 10000 | 1011001 | 110101 | 1000010 |
Color Harmonies of #AAD67B
Complementary color
Monochromatic Colors of #AAD67B
Black with #AAD67B
Text Example
Text Example
White with #AAD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD67B; }
p { color: rgb(170,214,123); }
H1.HeaderClassName
{
color: #AAD67B;
}
.AnyTagClassName
{
color: #AAD67B;
}
</style>
background-color css
<style>
a { background-color: #AAD67B; }
a { background-color: rgb(170,214,123); }
div.DivClassName
{
background-color: #AAD67B;
}
.BgClassName
{
background-color: #AAD67B;
}
</style>
border-color css
<style>
span { border-color: #AAD67B; }
span { border-color: rgb(170,214,123); }
td.TdClassName
{
border-color: #AAD67B;
}
.TagClassName
{
border-color: #AAD67B;
}
</style>