Shades of Feijoa #A8D07E
Tints of Feijoa #A8D07E
RGB
CMYK
RGB Variations
Color information
#A8D07E (or 0xA8D07E) is known color: Feijoa. HEX triplet: A8, D0 and 7E. RGB value is (168,208,126). Sum of RGB (Red+Green+Blue) = 168+208+126=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D07E is #572F81. Grayscale: #BABABA. Windows color (decimal): -5713794 or 8310952. OLE color: 8310952.
HSL color Cylindrical-coordinate representation of color #A8D07E: hue angle of 89.27º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D07E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 126 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.18 |
| HSL | 89.27º | 0.47% | 0.65% | - |
| HSV(B) | 89.27º | 0.39% | 0.82% | - |
| XYZ | 42.47 | 54.94 | 28.11 | - |
| YUV | 186.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 126 | 0.19 | 0 | 0.39 | 0.18 | 89.27 | 0.47 | 0.65 |
| Hex | A8 | D0 | 7E | 13 | 0 | 27 | 12 | 59 | 2F | 41 |
| Octal | 250 | 320 | 176 | 23 | 0 | 47 | 22 | 131 | 57 | 101 |
| Binary | 10101000 | 11010000 | 1111110 | 10011 | 0 | 100111 | 10010 | 1011001 | 101111 | 1000001 |
Color Harmonies of #A8D07E
Complementary color
Monochromatic Colors of #A8D07E
Black with #A8D07E
Text Example
Text Example
White with #A8D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D07E; }
p { color: rgb(168,208,126); }
H1.HeaderClassName
{
color: #A8D07E;
}
.AnyTagClassName
{
color: #A8D07E;
}
</style>
background-color css
<style>
a { background-color: #A8D07E; }
a { background-color: rgb(168,208,126); }
div.DivClassName
{
background-color: #A8D07E;
}
.BgClassName
{
background-color: #A8D07E;
}
</style>
border-color css
<style>
span { border-color: #A8D07E; }
span { border-color: rgb(168,208,126); }
td.TdClassName
{
border-color: #A8D07E;
}
.TagClassName
{
border-color: #A8D07E;
}
</style>