Shades of Feijoa #A5CF88
Tints of Feijoa #A5CF88
RGB
CMYK
RGB Variations
Color information
#A5CF88 (or 0xA5CF88) is known color: Feijoa. HEX triplet: A5, CF and 88. RGB value is (165,207,136). Sum of RGB (Red+Green+Blue) = 165+207+136=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF88 is #5A3077. Grayscale: #BABABA. Windows color (decimal): -5910648 or 8966053. OLE color: 8966053.
HSL color Cylindrical-coordinate representation of color #A5CF88: hue angle of 95.49º degrees, saturation: 0.43, 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 #A5CF88 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 136 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.19 |
| HSL | 95.49º | 0.43% | 0.67% | - |
| HSV(B) | 95.49º | 0.34% | 0.81% | - |
| XYZ | 42.27 | 54.4 | 31.57 | - |
| YUV | 186.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 136 | 0.20 | 0 | 0.34 | 0.19 | 95.49 | 0.43 | 0.67 |
| Hex | A5 | CF | 88 | 14 | 0 | 22 | 13 | 5F | 2B | 43 |
| Octal | 245 | 317 | 210 | 24 | 0 | 42 | 23 | 137 | 53 | 103 |
| Binary | 10100101 | 11001111 | 10001000 | 10100 | 0 | 100010 | 10011 | 1011111 | 101011 | 1000011 |
Color Harmonies of #A5CF88
Complementary color
Monochromatic Colors of #A5CF88
Black with #A5CF88
Text Example
Text Example
White with #A5CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF88; }
p { color: rgb(165,207,136); }
H1.HeaderClassName
{
color: #A5CF88;
}
.AnyTagClassName
{
color: #A5CF88;
}
</style>
background-color css
<style>
a { background-color: #A5CF88; }
a { background-color: rgb(165,207,136); }
div.DivClassName
{
background-color: #A5CF88;
}
.BgClassName
{
background-color: #A5CF88;
}
</style>
border-color css
<style>
span { border-color: #A5CF88; }
span { border-color: rgb(165,207,136); }
td.TdClassName
{
border-color: #A5CF88;
}
.TagClassName
{
border-color: #A5CF88;
}
</style>