Shades of Feijoa #A5CE87
Tints of Feijoa #A5CE87
RGB
CMYK
RGB Variations
Color information
#A5CE87 (or 0xA5CE87) is known color: Feijoa. HEX triplet: A5, CE and 87. RGB value is (165,206,135). Sum of RGB (Red+Green+Blue) = 165+206+135=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE87 is #5A3178. Grayscale: #B9B9B9. Windows color (decimal): -5910905 or 8900261. OLE color: 8900261.
HSL color Cylindrical-coordinate representation of color #A5CE87: hue angle of 94.65º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5CE87 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 135 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.19 |
| HSL | 94.65º | 0.42% | 0.67% | - |
| HSV(B) | 94.65º | 0.34% | 0.81% | - |
| XYZ | 41.96 | 53.89 | 31.11 | - |
| YUV | 185.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 135 | 0.20 | 0 | 0.34 | 0.19 | 94.65 | 0.42 | 0.67 |
| Hex | A5 | CE | 87 | 14 | 0 | 22 | 13 | 5F | 2A | 43 |
| Octal | 245 | 316 | 207 | 24 | 0 | 42 | 23 | 137 | 52 | 103 |
| Binary | 10100101 | 11001110 | 10000111 | 10100 | 0 | 100010 | 10011 | 1011111 | 101010 | 1000011 |
Color Harmonies of #A5CE87
Complementary color
Monochromatic Colors of #A5CE87
Black with #A5CE87
Text Example
Text Example
White with #A5CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE87; }
p { color: rgb(165,206,135); }
H1.HeaderClassName
{
color: #A5CE87;
}
.AnyTagClassName
{
color: #A5CE87;
}
</style>
background-color css
<style>
a { background-color: #A5CE87; }
a { background-color: rgb(165,206,135); }
div.DivClassName
{
background-color: #A5CE87;
}
.BgClassName
{
background-color: #A5CE87;
}
</style>
border-color css
<style>
span { border-color: #A5CE87; }
span { border-color: rgb(165,206,135); }
td.TdClassName
{
border-color: #A5CE87;
}
.TagClassName
{
border-color: #A5CE87;
}
</style>