Shades of Feijoa #AAD378
Tints of Feijoa #AAD378
RGB
CMYK
RGB Variations
Color information
#AAD378 (or 0xAAD378) is known color: Feijoa. HEX triplet: AA, D3 and 78. RGB value is (170,211,120). Sum of RGB (Red+Green+Blue) = 170+211+120=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD378 is #552C87. Grayscale: #BCBCBC. Windows color (decimal): -5581960 or 7918506. OLE color: 7918506.
HSL color Cylindrical-coordinate representation of color #AAD378: hue angle of 87.03º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD378 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 120 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.17 |
| HSL | 87.03º | 0.51% | 0.65% | - |
| HSV(B) | 87.03º | 0.43% | 0.83% | - |
| XYZ | 43.26 | 56.49 | 26.39 | - |
| YUV | 188.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 120 | 0.19 | 0 | 0.43 | 0.17 | 87.03 | 0.51 | 0.65 |
| Hex | AA | D3 | 78 | 13 | 0 | 2B | 11 | 57 | 33 | 41 |
| Octal | 252 | 323 | 170 | 23 | 0 | 53 | 21 | 127 | 63 | 101 |
| Binary | 10101010 | 11010011 | 1111000 | 10011 | 0 | 101011 | 10001 | 1010111 | 110011 | 1000001 |
Color Harmonies of #AAD378
Complementary color
Monochromatic Colors of #AAD378
Black with #AAD378
Text Example
Text Example
White with #AAD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD378; }
p { color: rgb(170,211,120); }
H1.HeaderClassName
{
color: #AAD378;
}
.AnyTagClassName
{
color: #AAD378;
}
</style>
background-color css
<style>
a { background-color: #AAD378; }
a { background-color: rgb(170,211,120); }
div.DivClassName
{
background-color: #AAD378;
}
.BgClassName
{
background-color: #AAD378;
}
</style>
border-color css
<style>
span { border-color: #AAD378; }
span { border-color: rgb(170,211,120); }
td.TdClassName
{
border-color: #AAD378;
}
.TagClassName
{
border-color: #AAD378;
}
</style>