Shades of Feijoa #A8DF6E
Tints of Feijoa #A8DF6E
RGB
CMYK
RGB Variations
Color information
#A8DF6E (or 0xA8DF6E) is known color: Feijoa. HEX triplet: A8, DF and 6E. RGB value is (168,223,110). Sum of RGB (Red+Green+Blue) = 168+223+110=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF6E is #572091. Grayscale: #C2C2C2. Windows color (decimal): -5709970 or 7266216. OLE color: 7266216.
HSL color Cylindrical-coordinate representation of color #A8DF6E: hue angle of 89.2º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DF6E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 110 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.13 |
| HSL | 89.2º | 0.64% | 0.65% | - |
| HSV(B) | 89.2º | 0.51% | 0.87% | - |
| XYZ | 45.35 | 62.23 | 24.37 | - |
| YUV | 193.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 110 | 0.25 | 0 | 0.51 | 0.13 | 89.2 | 0.64 | 0.65 |
| Hex | A8 | DF | 6E | 19 | 0 | 33 | D | 59 | 40 | 41 |
| Octal | 250 | 337 | 156 | 31 | 0 | 63 | 15 | 131 | 100 | 101 |
| Binary | 10101000 | 11011111 | 1101110 | 11001 | 0 | 110011 | 1101 | 1011001 | 1000000 | 1000001 |
Color Harmonies of #A8DF6E
Complementary color
Monochromatic Colors of #A8DF6E
Black with #A8DF6E
Text Example
Text Example
White with #A8DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF6E; }
p { color: rgb(168,223,110); }
H1.HeaderClassName
{
color: #A8DF6E;
}
.AnyTagClassName
{
color: #A8DF6E;
}
</style>
background-color css
<style>
a { background-color: #A8DF6E; }
a { background-color: rgb(168,223,110); }
div.DivClassName
{
background-color: #A8DF6E;
}
.BgClassName
{
background-color: #A8DF6E;
}
</style>
border-color css
<style>
span { border-color: #A8DF6E; }
span { border-color: rgb(168,223,110); }
td.TdClassName
{
border-color: #A8DF6E;
}
.TagClassName
{
border-color: #A8DF6E;
}
</style>