Shades of Feijoa #A3DF87
Tints of Feijoa #A3DF87
RGB
CMYK
RGB Variations
Color information
#A3DF87 (or 0xA3DF87) is known color: Feijoa. HEX triplet: A3, DF and 87. RGB value is (163,223,135). Sum of RGB (Red+Green+Blue) = 163+223+135=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF87 is #5C2078. Grayscale: #C3C3C3. Windows color (decimal): -6037625 or 8904611. OLE color: 8904611.
HSL color Cylindrical-coordinate representation of color #A3DF87: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3DF87 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 135 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.13 |
| HSL | 100.91º | 0.58% | 0.7% | - |
| HSV(B) | 100.91º | 0.39% | 0.87% | - |
| XYZ | 45.87 | 62.31 | 32.53 | - |
| YUV | 195.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 135 | 0.27 | 0 | 0.39 | 0.13 | 100.91 | 0.58 | 0.7 |
| Hex | A3 | DF | 87 | 1B | 0 | 27 | D | 65 | 3A | 46 |
| Octal | 243 | 337 | 207 | 33 | 0 | 47 | 15 | 145 | 72 | 106 |
| Binary | 10100011 | 11011111 | 10000111 | 11011 | 0 | 100111 | 1101 | 1100101 | 111010 | 1000110 |
Color Harmonies of #A3DF87
Complementary color
Monochromatic Colors of #A3DF87
Black with #A3DF87
Text Example
Text Example
White with #A3DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF87; }
p { color: rgb(163,223,135); }
H1.HeaderClassName
{
color: #A3DF87;
}
.AnyTagClassName
{
color: #A3DF87;
}
</style>
background-color css
<style>
a { background-color: #A3DF87; }
a { background-color: rgb(163,223,135); }
div.DivClassName
{
background-color: #A3DF87;
}
.BgClassName
{
background-color: #A3DF87;
}
</style>
border-color css
<style>
span { border-color: #A3DF87; }
span { border-color: rgb(163,223,135); }
td.TdClassName
{
border-color: #A3DF87;
}
.TagClassName
{
border-color: #A3DF87;
}
</style>