Shades of Feijoa #A8D27A
Tints of Feijoa #A8D27A
RGB
CMYK
RGB Variations
Color information
#A8D27A (or 0xA8D27A) is known color: Feijoa. HEX triplet: A8, D2 and 7A. RGB value is (168,210,122). Sum of RGB (Red+Green+Blue) = 168+210+122=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D27A is #572D85. Grayscale: #BBBBBB. Windows color (decimal): -5713286 or 8049320. OLE color: 8049320.
HSL color Cylindrical-coordinate representation of color #A8D27A: hue angle of 88.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D27A is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 122 | - |
| CMYK | 0.2 | 0 | 0.42 | 0.18 |
| HSL | 88.64º | 0.49% | 0.65% | - |
| HSV(B) | 88.64º | 0.42% | 0.82% | - |
| XYZ | 42.71 | 55.82 | 26.94 | - |
| YUV | 187.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 122 | 0.2 | 0 | 0.42 | 0.18 | 88.64 | 0.49 | 0.65 |
| Hex | A8 | D2 | 7A | 14 | 0 | 2A | 12 | 59 | 31 | 41 |
| Octal | 250 | 322 | 172 | 24 | 0 | 52 | 22 | 131 | 61 | 101 |
| Binary | 10101000 | 11010010 | 1111010 | 10100 | 0 | 101010 | 10010 | 1011001 | 110001 | 1000001 |
Color Harmonies of #A8D27A
Complementary color
Monochromatic Colors of #A8D27A
Black with #A8D27A
Text Example
Text Example
White with #A8D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D27A; }
p { color: rgb(168,210,122); }
H1.HeaderClassName
{
color: #A8D27A;
}
.AnyTagClassName
{
color: #A8D27A;
}
</style>
background-color css
<style>
a { background-color: #A8D27A; }
a { background-color: rgb(168,210,122); }
div.DivClassName
{
background-color: #A8D27A;
}
.BgClassName
{
background-color: #A8D27A;
}
</style>
border-color css
<style>
span { border-color: #A8D27A; }
span { border-color: rgb(168,210,122); }
td.TdClassName
{
border-color: #A8D27A;
}
.TagClassName
{
border-color: #A8D27A;
}
</style>