Shades of Feijoa #AAD27D
Tints of Feijoa #AAD27D
RGB
CMYK
RGB Variations
Color information
#AAD27D (or 0xAAD27D) is known color: Feijoa. HEX triplet: AA, D2 and 7D. RGB value is (170,210,125). Sum of RGB (Red+Green+Blue) = 170+210+125=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD27D is #552D82. Grayscale: #BCBCBC. Windows color (decimal): -5582211 or 8245930. OLE color: 8245930.
HSL color Cylindrical-coordinate representation of color #AAD27D: hue angle of 88.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD27D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 125 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.18 |
| HSL | 88.24º | 0.49% | 0.66% | - |
| HSV(B) | 88.24º | 0.4% | 0.82% | - |
| XYZ | 43.33 | 56.12 | 27.95 | - |
| YUV | 188.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 125 | 0.19 | 0 | 0.40 | 0.18 | 88.24 | 0.49 | 0.66 |
| Hex | AA | D2 | 7D | 13 | 0 | 28 | 12 | 58 | 31 | 42 |
| Octal | 252 | 322 | 175 | 23 | 0 | 50 | 22 | 130 | 61 | 102 |
| Binary | 10101010 | 11010010 | 1111101 | 10011 | 0 | 101000 | 10010 | 1011000 | 110001 | 1000010 |
Color Harmonies of #AAD27D
Complementary color
Monochromatic Colors of #AAD27D
Black with #AAD27D
Text Example
Text Example
White with #AAD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD27D; }
p { color: rgb(170,210,125); }
H1.HeaderClassName
{
color: #AAD27D;
}
.AnyTagClassName
{
color: #AAD27D;
}
</style>
background-color css
<style>
a { background-color: #AAD27D; }
a { background-color: rgb(170,210,125); }
div.DivClassName
{
background-color: #AAD27D;
}
.BgClassName
{
background-color: #AAD27D;
}
</style>
border-color css
<style>
span { border-color: #AAD27D; }
span { border-color: rgb(170,210,125); }
td.TdClassName
{
border-color: #AAD27D;
}
.TagClassName
{
border-color: #AAD27D;
}
</style>