Shades of Feijoa #A8CD7C
Tints of Feijoa #A8CD7C
RGB
CMYK
RGB Variations
Color information
#A8CD7C (or 0xA8CD7C) is known color: Feijoa. HEX triplet: A8, CD and 7C. RGB value is (168,205,124). Sum of RGB (Red+Green+Blue) = 168+205+124=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD7C is #573283. Grayscale: #B8B8B8. Windows color (decimal): -5714564 or 8179112. OLE color: 8179112.
HSL color Cylindrical-coordinate representation of color #A8CD7C: hue angle of 87.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8CD7C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 124 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.20 |
| HSL | 87.41º | 0.45% | 0.65% | - |
| HSV(B) | 87.41º | 0.4% | 0.8% | - |
| XYZ | 41.62 | 53.44 | 27.19 | - |
| YUV | 184.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 124 | 0.18 | 0 | 0.40 | 0.20 | 87.41 | 0.45 | 0.65 |
| Hex | A8 | CD | 7C | 12 | 0 | 28 | 14 | 57 | 2D | 41 |
| Octal | 250 | 315 | 174 | 22 | 0 | 50 | 24 | 127 | 55 | 101 |
| Binary | 10101000 | 11001101 | 1111100 | 10010 | 0 | 101000 | 10100 | 1010111 | 101101 | 1000001 |
Color Harmonies of #A8CD7C
Complementary color
Monochromatic Colors of #A8CD7C
Black with #A8CD7C
Text Example
Text Example
White with #A8CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD7C; }
p { color: rgb(168,205,124); }
H1.HeaderClassName
{
color: #A8CD7C;
}
.AnyTagClassName
{
color: #A8CD7C;
}
</style>
background-color css
<style>
a { background-color: #A8CD7C; }
a { background-color: rgb(168,205,124); }
div.DivClassName
{
background-color: #A8CD7C;
}
.BgClassName
{
background-color: #A8CD7C;
}
</style>
border-color css
<style>
span { border-color: #A8CD7C; }
span { border-color: rgb(168,205,124); }
td.TdClassName
{
border-color: #A8CD7C;
}
.TagClassName
{
border-color: #A8CD7C;
}
</style>