Shades of Feijoa #A7D484
Tints of Feijoa #A7D484
RGB
CMYK
RGB Variations
Color information
#A7D484 (or 0xA7D484) is known color: Feijoa. HEX triplet: A7, D4 and 84. RGB value is (167,212,132). Sum of RGB (Red+Green+Blue) = 167+212+132=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D484 is #582B7B. Grayscale: #BDBDBD. Windows color (decimal): -5778300 or 8705191. OLE color: 8705191.
HSL color Cylindrical-coordinate representation of color #A7D484: hue angle of 93.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7D484 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 212 | 132 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.17 |
| HSL | 93.75º | 0.48% | 0.67% | - |
| HSV(B) | 93.75º | 0.38% | 0.83% | - |
| XYZ | 43.64 | 56.97 | 30.53 | - |
| YUV | 189.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 132 | 0.21 | 0 | 0.38 | 0.17 | 93.75 | 0.48 | 0.67 |
| Hex | A7 | D4 | 84 | 15 | 0 | 26 | 11 | 5E | 30 | 43 |
| Octal | 247 | 324 | 204 | 25 | 0 | 46 | 21 | 136 | 60 | 103 |
| Binary | 10100111 | 11010100 | 10000100 | 10101 | 0 | 100110 | 10001 | 1011110 | 110000 | 1000011 |
Color Harmonies of #A7D484
Complementary color
Monochromatic Colors of #A7D484
Black with #A7D484
Text Example
Text Example
White with #A7D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D484; }
p { color: rgb(167,212,132); }
H1.HeaderClassName
{
color: #A7D484;
}
.AnyTagClassName
{
color: #A7D484;
}
</style>
background-color css
<style>
a { background-color: #A7D484; }
a { background-color: rgb(167,212,132); }
div.DivClassName
{
background-color: #A7D484;
}
.BgClassName
{
background-color: #A7D484;
}
</style>
border-color css
<style>
span { border-color: #A7D484; }
span { border-color: rgb(167,212,132); }
td.TdClassName
{
border-color: #A7D484;
}
.TagClassName
{
border-color: #A7D484;
}
</style>