Shades of Feijoa #A8D292
Tints of Feijoa #A8D292
RGB
CMYK
RGB Variations
Color information
#A8D292 (or 0xA8D292) is known color: Feijoa. HEX triplet: A8, D2 and 92. RGB value is (168,210,146). Sum of RGB (Red+Green+Blue) = 168+210+146=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D292 is #572D6D. Grayscale: #BEBEBE. Windows color (decimal): -5713262 or 9622184. OLE color: 9622184.
HSL color Cylindrical-coordinate representation of color #A8D292: hue angle of 99.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D292 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 146 | - |
| CMYK | 0.2 | 0 | 0.30 | 0.18 |
| HSL | 99.38º | 0.42% | 0.7% | - |
| HSV(B) | 99.38º | 0.3% | 0.82% | - |
| XYZ | 44.38 | 56.49 | 35.76 | - |
| YUV | 190.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 146 | 0.2 | 0 | 0.30 | 0.18 | 99.38 | 0.42 | 0.7 |
| Hex | A8 | D2 | 92 | 14 | 0 | 1E | 12 | 63 | 2A | 46 |
| Octal | 250 | 322 | 222 | 24 | 0 | 36 | 22 | 143 | 52 | 106 |
| Binary | 10101000 | 11010010 | 10010010 | 10100 | 0 | 11110 | 10010 | 1100011 | 101010 | 1000110 |
Color Harmonies of #A8D292
Complementary color
Monochromatic Colors of #A8D292
Black with #A8D292
Text Example
Text Example
White with #A8D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D292; }
p { color: rgb(168,210,146); }
H1.HeaderClassName
{
color: #A8D292;
}
.AnyTagClassName
{
color: #A8D292;
}
</style>
background-color css
<style>
a { background-color: #A8D292; }
a { background-color: rgb(168,210,146); }
div.DivClassName
{
background-color: #A8D292;
}
.BgClassName
{
background-color: #A8D292;
}
</style>
border-color css
<style>
span { border-color: #A8D292; }
span { border-color: rgb(168,210,146); }
td.TdClassName
{
border-color: #A8D292;
}
.TagClassName
{
border-color: #A8D292;
}
</style>