Shades of Feijoa #A8D37E
Tints of Feijoa #A8D37E
RGB
CMYK
RGB Variations
Color information
#A8D37E (or 0xA8D37E) is known color: Feijoa. HEX triplet: A8, D3 and 7E. RGB value is (168,211,126). Sum of RGB (Red+Green+Blue) = 168+211+126=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D37E is #572C81. Grayscale: #BCBCBC. Windows color (decimal): -5713026 or 8311720. OLE color: 8311720.
HSL color Cylindrical-coordinate representation of color #A8D37E: hue angle of 90.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D37E is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 126 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.17 |
| HSL | 90.35º | 0.49% | 0.66% | - |
| HSV(B) | 90.35º | 0.4% | 0.83% | - |
| XYZ | 43.21 | 56.42 | 28.35 | - |
| YUV | 188.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 126 | 0.20 | 0 | 0.40 | 0.17 | 90.35 | 0.49 | 0.66 |
| Hex | A8 | D3 | 7E | 14 | 0 | 28 | 11 | 5A | 31 | 42 |
| Octal | 250 | 323 | 176 | 24 | 0 | 50 | 21 | 132 | 61 | 102 |
| Binary | 10101000 | 11010011 | 1111110 | 10100 | 0 | 101000 | 10001 | 1011010 | 110001 | 1000010 |
Color Harmonies of #A8D37E
Complementary color
Monochromatic Colors of #A8D37E
Black with #A8D37E
Text Example
Text Example
White with #A8D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D37E; }
p { color: rgb(168,211,126); }
H1.HeaderClassName
{
color: #A8D37E;
}
.AnyTagClassName
{
color: #A8D37E;
}
</style>
background-color css
<style>
a { background-color: #A8D37E; }
a { background-color: rgb(168,211,126); }
div.DivClassName
{
background-color: #A8D37E;
}
.BgClassName
{
background-color: #A8D37E;
}
</style>
border-color css
<style>
span { border-color: #A8D37E; }
span { border-color: rgb(168,211,126); }
td.TdClassName
{
border-color: #A8D37E;
}
.TagClassName
{
border-color: #A8D37E;
}
</style>