Shades of Feijoa #A8CA8A
Tints of Feijoa #A8CA8A
RGB
CMYK
RGB Variations
Color information
#A8CA8A (or 0xA8CA8A) is known color: Feijoa. HEX triplet: A8, CA and 8A. RGB value is (168,202,138). Sum of RGB (Red+Green+Blue) = 168+202+138=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA8A is #573575. Grayscale: #B8B8B8. Windows color (decimal): -5715318 or 9095848. OLE color: 9095848.
HSL color Cylindrical-coordinate representation of color #A8CA8A: hue angle of 91.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CA8A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 138 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.21 |
| HSL | 91.88º | 0.38% | 0.67% | - |
| HSV(B) | 91.88º | 0.32% | 0.79% | - |
| XYZ | 41.86 | 52.4 | 31.95 | - |
| YUV | 184.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 138 | 0.17 | 0 | 0.32 | 0.21 | 91.88 | 0.38 | 0.67 |
| Hex | A8 | CA | 8A | 11 | 0 | 20 | 15 | 5C | 26 | 43 |
| Octal | 250 | 312 | 212 | 21 | 0 | 40 | 25 | 134 | 46 | 103 |
| Binary | 10101000 | 11001010 | 10001010 | 10001 | 0 | 100000 | 10101 | 1011100 | 100110 | 1000011 |
Color Harmonies of #A8CA8A
Complementary color
Monochromatic Colors of #A8CA8A
Black with #A8CA8A
Text Example
Text Example
White with #A8CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA8A; }
p { color: rgb(168,202,138); }
H1.HeaderClassName
{
color: #A8CA8A;
}
.AnyTagClassName
{
color: #A8CA8A;
}
</style>
background-color css
<style>
a { background-color: #A8CA8A; }
a { background-color: rgb(168,202,138); }
div.DivClassName
{
background-color: #A8CA8A;
}
.BgClassName
{
background-color: #A8CA8A;
}
</style>
border-color css
<style>
span { border-color: #A8CA8A; }
span { border-color: rgb(168,202,138); }
td.TdClassName
{
border-color: #A8CA8A;
}
.TagClassName
{
border-color: #A8CA8A;
}
</style>