Shades of Feijoa #A8CA88
Tints of Feijoa #A8CA88
RGB
CMYK
RGB Variations
Color information
#A8CA88 (or 0xA8CA88) is known color: Feijoa. HEX triplet: A8, CA and 88. RGB value is (168,202,136). Sum of RGB (Red+Green+Blue) = 168+202+136=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA88 is #573577. Grayscale: #B8B8B8. Windows color (decimal): -5715320 or 8964776. OLE color: 8964776.
HSL color Cylindrical-coordinate representation of color #A8CA88: hue angle of 90.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CA88 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 136 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.21 |
| HSL | 90.91º | 0.38% | 0.66% | - |
| HSV(B) | 90.91º | 0.33% | 0.79% | - |
| XYZ | 41.71 | 52.34 | 31.2 | - |
| YUV | 184.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 136 | 0.17 | 0 | 0.33 | 0.21 | 90.91 | 0.38 | 0.66 |
| Hex | A8 | CA | 88 | 11 | 0 | 21 | 15 | 5B | 26 | 42 |
| Octal | 250 | 312 | 210 | 21 | 0 | 41 | 25 | 133 | 46 | 102 |
| Binary | 10101000 | 11001010 | 10001000 | 10001 | 0 | 100001 | 10101 | 1011011 | 100110 | 1000010 |
Color Harmonies of #A8CA88
Complementary color
Monochromatic Colors of #A8CA88
Black with #A8CA88
Text Example
Text Example
White with #A8CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA88; }
p { color: rgb(168,202,136); }
H1.HeaderClassName
{
color: #A8CA88;
}
.AnyTagClassName
{
color: #A8CA88;
}
</style>
background-color css
<style>
a { background-color: #A8CA88; }
a { background-color: rgb(168,202,136); }
div.DivClassName
{
background-color: #A8CA88;
}
.BgClassName
{
background-color: #A8CA88;
}
</style>
border-color css
<style>
span { border-color: #A8CA88; }
span { border-color: rgb(168,202,136); }
td.TdClassName
{
border-color: #A8CA88;
}
.TagClassName
{
border-color: #A8CA88;
}
</style>