Shades of Feijoa #A8D272
Tints of Feijoa #A8D272
RGB
CMYK
RGB Variations
Color information
#A8D272 (or 0xA8D272) is known color: Feijoa. HEX triplet: A8, D2 and 72. RGB value is (168,210,114). Sum of RGB (Red+Green+Blue) = 168+210+114=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D272 is #572D8D. Grayscale: #BABABA. Windows color (decimal): -5713294 or 7525032. OLE color: 7525032.
HSL color Cylindrical-coordinate representation of color #A8D272: hue angle of 86.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D272 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 114 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.18 |
| HSL | 86.25º | 0.52% | 0.64% | - |
| HSV(B) | 86.25º | 0.46% | 0.82% | - |
| XYZ | 42.23 | 55.63 | 24.43 | - |
| YUV | 186.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 114 | 0.2 | 0 | 0.46 | 0.18 | 86.25 | 0.52 | 0.64 |
| Hex | A8 | D2 | 72 | 14 | 0 | 2E | 12 | 56 | 34 | 40 |
| Octal | 250 | 322 | 162 | 24 | 0 | 56 | 22 | 126 | 64 | 100 |
| Binary | 10101000 | 11010010 | 1110010 | 10100 | 0 | 101110 | 10010 | 1010110 | 110100 | 1000000 |
Color Harmonies of #A8D272
Complementary color
Monochromatic Colors of #A8D272
Black with #A8D272
Text Example
Text Example
White with #A8D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D272; }
p { color: rgb(168,210,114); }
H1.HeaderClassName
{
color: #A8D272;
}
.AnyTagClassName
{
color: #A8D272;
}
</style>
background-color css
<style>
a { background-color: #A8D272; }
a { background-color: rgb(168,210,114); }
div.DivClassName
{
background-color: #A8D272;
}
.BgClassName
{
background-color: #A8D272;
}
</style>
border-color css
<style>
span { border-color: #A8D272; }
span { border-color: rgb(168,210,114); }
td.TdClassName
{
border-color: #A8D272;
}
.TagClassName
{
border-color: #A8D272;
}
</style>