Shades of Feijoa #A8D07F
Tints of Feijoa #A8D07F
RGB
CMYK
RGB Variations
Color information
#A8D07F (or 0xA8D07F) is known color: Feijoa. HEX triplet: A8, D0 and 7F. RGB value is (168,208,127). Sum of RGB (Red+Green+Blue) = 168+208+127=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D07F is #572F80. Grayscale: #BBBBBB. Windows color (decimal): -5713793 or 8376488. OLE color: 8376488.
HSL color Cylindrical-coordinate representation of color #A8D07F: hue angle of 89.63º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D07F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 127 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.18 |
| HSL | 89.63º | 0.46% | 0.66% | - |
| HSV(B) | 89.63º | 0.39% | 0.82% | - |
| XYZ | 42.54 | 54.97 | 28.45 | - |
| YUV | 186.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 127 | 0.19 | 0 | 0.39 | 0.18 | 89.63 | 0.46 | 0.66 |
| Hex | A8 | D0 | 7F | 13 | 0 | 27 | 12 | 5A | 2E | 42 |
| Octal | 250 | 320 | 177 | 23 | 0 | 47 | 22 | 132 | 56 | 102 |
| Binary | 10101000 | 11010000 | 1111111 | 10011 | 0 | 100111 | 10010 | 1011010 | 101110 | 1000010 |
Color Harmonies of #A8D07F
Complementary color
Monochromatic Colors of #A8D07F
Black with #A8D07F
Text Example
Text Example
White with #A8D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D07F; }
p { color: rgb(168,208,127); }
H1.HeaderClassName
{
color: #A8D07F;
}
.AnyTagClassName
{
color: #A8D07F;
}
</style>
background-color css
<style>
a { background-color: #A8D07F; }
a { background-color: rgb(168,208,127); }
div.DivClassName
{
background-color: #A8D07F;
}
.BgClassName
{
background-color: #A8D07F;
}
</style>
border-color css
<style>
span { border-color: #A8D07F; }
span { border-color: rgb(168,208,127); }
td.TdClassName
{
border-color: #A8D07F;
}
.TagClassName
{
border-color: #A8D07F;
}
</style>