Shades of Feijoa #A8DF8E
Tints of Feijoa #A8DF8E
RGB
CMYK
RGB Variations
Color information
#A8DF8E (or 0xA8DF8E) is known color: Feijoa. HEX triplet: A8, DF and 8E. RGB value is (168,223,142). Sum of RGB (Red+Green+Blue) = 168+223+142=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF8E is #572071. Grayscale: #C5C5C5. Windows color (decimal): -5709938 or 9363368. OLE color: 9363368.
HSL color Cylindrical-coordinate representation of color #A8DF8E: hue angle of 100.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8DF8E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 142 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.13 |
| HSL | 100.74º | 0.56% | 0.72% | - |
| HSV(B) | 100.74º | 0.36% | 0.87% | - |
| XYZ | 47.42 | 63.05 | 35.26 | - |
| YUV | 197.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 142 | 0.25 | 0 | 0.36 | 0.13 | 100.74 | 0.56 | 0.72 |
| Hex | A8 | DF | 8E | 19 | 0 | 24 | D | 65 | 38 | 48 |
| Octal | 250 | 337 | 216 | 31 | 0 | 44 | 15 | 145 | 70 | 110 |
| Binary | 10101000 | 11011111 | 10001110 | 11001 | 0 | 100100 | 1101 | 1100101 | 111000 | 1001000 |
Color Harmonies of #A8DF8E
Complementary color
Monochromatic Colors of #A8DF8E
Black with #A8DF8E
Text Example
Text Example
White with #A8DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF8E; }
p { color: rgb(168,223,142); }
H1.HeaderClassName
{
color: #A8DF8E;
}
.AnyTagClassName
{
color: #A8DF8E;
}
</style>
background-color css
<style>
a { background-color: #A8DF8E; }
a { background-color: rgb(168,223,142); }
div.DivClassName
{
background-color: #A8DF8E;
}
.BgClassName
{
background-color: #A8DF8E;
}
</style>
border-color css
<style>
span { border-color: #A8DF8E; }
span { border-color: rgb(168,223,142); }
td.TdClassName
{
border-color: #A8DF8E;
}
.TagClassName
{
border-color: #A8DF8E;
}
</style>