Shades of Feijoa #A4DF8C
Tints of Feijoa #A4DF8C
RGB
CMYK
RGB Variations
Color information
#A4DF8C (or 0xA4DF8C) is known color: Feijoa. HEX triplet: A4, DF and 8C. RGB value is (164,223,140). Sum of RGB (Red+Green+Blue) = 164+223+140=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DF8C is #5B2073. Grayscale: #C4C4C4. Windows color (decimal): -5972084 or 9232292. OLE color: 9232292.
HSL color Cylindrical-coordinate representation of color #A4DF8C: hue angle of 102.65º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4DF8C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 140 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.13 |
| HSL | 102.65º | 0.56% | 0.71% | - |
| HSV(B) | 102.65º | 0.37% | 0.87% | - |
| XYZ | 46.43 | 62.56 | 34.44 | - |
| YUV | 195.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 140 | 0.26 | 0 | 0.37 | 0.13 | 102.65 | 0.56 | 0.71 |
| Hex | A4 | DF | 8C | 1A | 0 | 25 | D | 67 | 38 | 47 |
| Octal | 244 | 337 | 214 | 32 | 0 | 45 | 15 | 147 | 70 | 107 |
| Binary | 10100100 | 11011111 | 10001100 | 11010 | 0 | 100101 | 1101 | 1100111 | 111000 | 1000111 |
Color Harmonies of #A4DF8C
Complementary color
Monochromatic Colors of #A4DF8C
Black with #A4DF8C
Text Example
Text Example
White with #A4DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF8C; }
p { color: rgb(164,223,140); }
H1.HeaderClassName
{
color: #A4DF8C;
}
.AnyTagClassName
{
color: #A4DF8C;
}
</style>
background-color css
<style>
a { background-color: #A4DF8C; }
a { background-color: rgb(164,223,140); }
div.DivClassName
{
background-color: #A4DF8C;
}
.BgClassName
{
background-color: #A4DF8C;
}
</style>
border-color css
<style>
span { border-color: #A4DF8C; }
span { border-color: rgb(164,223,140); }
td.TdClassName
{
border-color: #A4DF8C;
}
.TagClassName
{
border-color: #A4DF8C;
}
</style>