Shades of Feijoa #A8DC92
Tints of Feijoa #A8DC92
RGB
CMYK
RGB Variations
Color information
#A8DC92 (or 0xA8DC92) is known color: Feijoa. HEX triplet: A8, DC and 92. RGB value is (168,220,146). Sum of RGB (Red+Green+Blue) = 168+220+146=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC92 is #57236D. Grayscale: #C4C4C4. Windows color (decimal): -5710702 or 9624744. OLE color: 9624744.
HSL color Cylindrical-coordinate representation of color #A8DC92: hue angle of 102.16º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DC92 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 146 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.14 |
| HSL | 102.16º | 0.51% | 0.72% | - |
| HSV(B) | 102.16º | 0.34% | 0.86% | - |
| XYZ | 46.93 | 61.59 | 36.61 | - |
| YUV | 196.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 146 | 0.24 | 0 | 0.34 | 0.14 | 102.16 | 0.51 | 0.72 |
| Hex | A8 | DC | 92 | 18 | 0 | 22 | E | 66 | 33 | 48 |
| Octal | 250 | 334 | 222 | 30 | 0 | 42 | 16 | 146 | 63 | 110 |
| Binary | 10101000 | 11011100 | 10010010 | 11000 | 0 | 100010 | 1110 | 1100110 | 110011 | 1001000 |
Color Harmonies of #A8DC92
Complementary color
Monochromatic Colors of #A8DC92
Black with #A8DC92
Text Example
Text Example
White with #A8DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC92; }
p { color: rgb(168,220,146); }
H1.HeaderClassName
{
color: #A8DC92;
}
.AnyTagClassName
{
color: #A8DC92;
}
</style>
background-color css
<style>
a { background-color: #A8DC92; }
a { background-color: rgb(168,220,146); }
div.DivClassName
{
background-color: #A8DC92;
}
.BgClassName
{
background-color: #A8DC92;
}
</style>
border-color css
<style>
span { border-color: #A8DC92; }
span { border-color: rgb(168,220,146); }
td.TdClassName
{
border-color: #A8DC92;
}
.TagClassName
{
border-color: #A8DC92;
}
</style>