Shades of Feijoa #A8D57E
Tints of Feijoa #A8D57E
RGB
CMYK
RGB Variations
Color information
#A8D57E (or 0xA8D57E) is known color: Feijoa. HEX triplet: A8, D5 and 7E. RGB value is (168,213,126). Sum of RGB (Red+Green+Blue) = 168+213+126=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D57E is #572A81. Grayscale: #BDBDBD. Windows color (decimal): -5712514 or 8312232. OLE color: 8312232.
HSL color Cylindrical-coordinate representation of color #A8D57E: hue angle of 91.03º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D57E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 126 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.16 |
| HSL | 91.03º | 0.51% | 0.66% | - |
| HSV(B) | 91.03º | 0.41% | 0.84% | - |
| XYZ | 43.71 | 57.42 | 28.52 | - |
| YUV | 189.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 126 | 0.21 | 0 | 0.41 | 0.16 | 91.03 | 0.51 | 0.66 |
| Hex | A8 | D5 | 7E | 15 | 0 | 29 | 10 | 5B | 33 | 42 |
| Octal | 250 | 325 | 176 | 25 | 0 | 51 | 20 | 133 | 63 | 102 |
| Binary | 10101000 | 11010101 | 1111110 | 10101 | 0 | 101001 | 10000 | 1011011 | 110011 | 1000010 |
Color Harmonies of #A8D57E
Complementary color
Monochromatic Colors of #A8D57E
Black with #A8D57E
Text Example
Text Example
White with #A8D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D57E; }
p { color: rgb(168,213,126); }
H1.HeaderClassName
{
color: #A8D57E;
}
.AnyTagClassName
{
color: #A8D57E;
}
</style>
background-color css
<style>
a { background-color: #A8D57E; }
a { background-color: rgb(168,213,126); }
div.DivClassName
{
background-color: #A8D57E;
}
.BgClassName
{
background-color: #A8D57E;
}
</style>
border-color css
<style>
span { border-color: #A8D57E; }
span { border-color: rgb(168,213,126); }
td.TdClassName
{
border-color: #A8D57E;
}
.TagClassName
{
border-color: #A8D57E;
}
</style>