Shades of Feijoa #A8DE92
Tints of Feijoa #A8DE92
RGB
CMYK
RGB Variations
Color information
#A8DE92 (or 0xA8DE92) is known color: Feijoa. HEX triplet: A8, DE and 92. RGB value is (168,222,146). Sum of RGB (Red+Green+Blue) = 168+222+146=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE92 is #57216D. Grayscale: #C5C5C5. Windows color (decimal): -5710190 or 9625256. OLE color: 9625256.
HSL color Cylindrical-coordinate representation of color #A8DE92: hue angle of 102.63º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DE92 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 146 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.13 |
| HSL | 102.63º | 0.54% | 0.72% | - |
| HSV(B) | 102.63º | 0.34% | 0.87% | - |
| XYZ | 47.46 | 62.64 | 36.78 | - |
| YUV | 197.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 146 | 0.24 | 0 | 0.34 | 0.13 | 102.63 | 0.54 | 0.72 |
| Hex | A8 | DE | 92 | 18 | 0 | 22 | D | 67 | 36 | 48 |
| Octal | 250 | 336 | 222 | 30 | 0 | 42 | 15 | 147 | 66 | 110 |
| Binary | 10101000 | 11011110 | 10010010 | 11000 | 0 | 100010 | 1101 | 1100111 | 110110 | 1001000 |
Color Harmonies of #A8DE92
Complementary color
Monochromatic Colors of #A8DE92
Black with #A8DE92
Text Example
Text Example
White with #A8DE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE92; }
p { color: rgb(168,222,146); }
H1.HeaderClassName
{
color: #A8DE92;
}
.AnyTagClassName
{
color: #A8DE92;
}
</style>
background-color css
<style>
a { background-color: #A8DE92; }
a { background-color: rgb(168,222,146); }
div.DivClassName
{
background-color: #A8DE92;
}
.BgClassName
{
background-color: #A8DE92;
}
</style>
border-color css
<style>
span { border-color: #A8DE92; }
span { border-color: rgb(168,222,146); }
td.TdClassName
{
border-color: #A8DE92;
}
.TagClassName
{
border-color: #A8DE92;
}
</style>