Shades of Feijoa #A8D28A
Tints of Feijoa #A8D28A
RGB
CMYK
RGB Variations
Color information
#A8D28A (or 0xA8D28A) is known color: Feijoa. HEX triplet: A8, D2 and 8A. RGB value is (168,210,138). Sum of RGB (Red+Green+Blue) = 168+210+138=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D28A is #572D75. Grayscale: #BDBDBD. Windows color (decimal): -5713270 or 9097896. OLE color: 9097896.
HSL color Cylindrical-coordinate representation of color #A8D28A: hue angle of 95º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D28A is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 138 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.18 |
| HSL | 95º | 0.44% | 0.68% | - |
| HSV(B) | 95º | 0.34% | 0.82% | - |
| XYZ | 43.78 | 56.25 | 32.6 | - |
| YUV | 189.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 138 | 0.2 | 0 | 0.34 | 0.18 | 95 | 0.44 | 0.68 |
| Hex | A8 | D2 | 8A | 14 | 0 | 22 | 12 | 5F | 2C | 44 |
| Octal | 250 | 322 | 212 | 24 | 0 | 42 | 22 | 137 | 54 | 104 |
| Binary | 10101000 | 11010010 | 10001010 | 10100 | 0 | 100010 | 10010 | 1011111 | 101100 | 1000100 |
Color Harmonies of #A8D28A
Complementary color
Monochromatic Colors of #A8D28A
Black with #A8D28A
Text Example
Text Example
White with #A8D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D28A; }
p { color: rgb(168,210,138); }
H1.HeaderClassName
{
color: #A8D28A;
}
.AnyTagClassName
{
color: #A8D28A;
}
</style>
background-color css
<style>
a { background-color: #A8D28A; }
a { background-color: rgb(168,210,138); }
div.DivClassName
{
background-color: #A8D28A;
}
.BgClassName
{
background-color: #A8D28A;
}
</style>
border-color css
<style>
span { border-color: #A8D28A; }
span { border-color: rgb(168,210,138); }
td.TdClassName
{
border-color: #A8D28A;
}
.TagClassName
{
border-color: #A8D28A;
}
</style>