Shades of Feijoa #A8D67E
Tints of Feijoa #A8D67E
RGB
CMYK
RGB Variations
Color information
#A8D67E (or 0xA8D67E) is known color: Feijoa. HEX triplet: A8, D6 and 7E. RGB value is (168,214,126). Sum of RGB (Red+Green+Blue) = 168+214+126=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D67E is #572981. Grayscale: #BEBEBE. Windows color (decimal): -5712258 or 8312488. OLE color: 8312488.
HSL color Cylindrical-coordinate representation of color #A8D67E: hue angle of 91.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D67E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 126 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.16 |
| HSL | 91.36º | 0.52% | 0.67% | - |
| HSV(B) | 91.36º | 0.41% | 0.84% | - |
| XYZ | 43.96 | 57.92 | 28.6 | - |
| YUV | 190.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 126 | 0.21 | 0 | 0.41 | 0.16 | 91.36 | 0.52 | 0.67 |
| Hex | A8 | D6 | 7E | 15 | 0 | 29 | 10 | 5B | 34 | 43 |
| Octal | 250 | 326 | 176 | 25 | 0 | 51 | 20 | 133 | 64 | 103 |
| Binary | 10101000 | 11010110 | 1111110 | 10101 | 0 | 101001 | 10000 | 1011011 | 110100 | 1000011 |
Color Harmonies of #A8D67E
Complementary color
Monochromatic Colors of #A8D67E
Black with #A8D67E
Text Example
Text Example
White with #A8D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D67E; }
p { color: rgb(168,214,126); }
H1.HeaderClassName
{
color: #A8D67E;
}
.AnyTagClassName
{
color: #A8D67E;
}
</style>
background-color css
<style>
a { background-color: #A8D67E; }
a { background-color: rgb(168,214,126); }
div.DivClassName
{
background-color: #A8D67E;
}
.BgClassName
{
background-color: #A8D67E;
}
</style>
border-color css
<style>
span { border-color: #A8D67E; }
span { border-color: rgb(168,214,126); }
td.TdClassName
{
border-color: #A8D67E;
}
.TagClassName
{
border-color: #A8D67E;
}
</style>