Shades of Feijoa #A5C888
Tints of Feijoa #A5C888
RGB
CMYK
RGB Variations
Color information
#A5C888 (or 0xA5C888) is known color: Feijoa. HEX triplet: A5, C8 and 88. RGB value is (165,200,136). Sum of RGB (Red+Green+Blue) = 165+200+136=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C888 is #5A3777. Grayscale: #B6B6B6. Windows color (decimal): -5912440 or 8964261. OLE color: 8964261.
HSL color Cylindrical-coordinate representation of color #A5C888: hue angle of 92.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5C888 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 136 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.22 |
| HSL | 92.81º | 0.37% | 0.66% | - |
| HSV(B) | 92.81º | 0.32% | 0.78% | - |
| XYZ | 40.62 | 51.09 | 31.01 | - |
| YUV | 182.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 136 | 0.18 | 0 | 0.32 | 0.22 | 92.81 | 0.37 | 0.66 |
| Hex | A5 | C8 | 88 | 12 | 0 | 20 | 16 | 5D | 25 | 42 |
| Octal | 245 | 310 | 210 | 22 | 0 | 40 | 26 | 135 | 45 | 102 |
| Binary | 10100101 | 11001000 | 10001000 | 10010 | 0 | 100000 | 10110 | 1011101 | 100101 | 1000010 |
Color Harmonies of #A5C888
Complementary color
Monochromatic Colors of #A5C888
Black with #A5C888
Text Example
Text Example
White with #A5C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C888; }
p { color: rgb(165,200,136); }
H1.HeaderClassName
{
color: #A5C888;
}
.AnyTagClassName
{
color: #A5C888;
}
</style>
background-color css
<style>
a { background-color: #A5C888; }
a { background-color: rgb(165,200,136); }
div.DivClassName
{
background-color: #A5C888;
}
.BgClassName
{
background-color: #A5C888;
}
</style>
border-color css
<style>
span { border-color: #A5C888; }
span { border-color: rgb(165,200,136); }
td.TdClassName
{
border-color: #A5C888;
}
.TagClassName
{
border-color: #A5C888;
}
</style>