Shades of Feijoa #A5C881
Tints of Feijoa #A5C881
RGB
CMYK
RGB Variations
Color information
#A5C881 (or 0xA5C881) is known color: Feijoa. HEX triplet: A5, C8 and 81. RGB value is (165,200,129). Sum of RGB (Red+Green+Blue) = 165+200+129=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C881 is #5A377E. Grayscale: #B5B5B5. Windows color (decimal): -5912447 or 8505509. OLE color: 8505509.
HSL color Cylindrical-coordinate representation of color #A5C881: hue angle of 89.58º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5C881 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 129 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 89.58º | 0.39% | 0.65% | - |
| HSV(B) | 89.58º | 0.36% | 0.78% | - |
| XYZ | 40.13 | 50.89 | 28.48 | - |
| YUV | 181.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 129 | 0.18 | 0 | 0.36 | 0.22 | 89.58 | 0.39 | 0.65 |
| Hex | A5 | C8 | 81 | 12 | 0 | 24 | 16 | 5A | 27 | 41 |
| Octal | 245 | 310 | 201 | 22 | 0 | 44 | 26 | 132 | 47 | 101 |
| Binary | 10100101 | 11001000 | 10000001 | 10010 | 0 | 100100 | 10110 | 1011010 | 100111 | 1000001 |
Color Harmonies of #A5C881
Complementary color
Monochromatic Colors of #A5C881
Black with #A5C881
Text Example
Text Example
White with #A5C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C881; }
p { color: rgb(165,200,129); }
H1.HeaderClassName
{
color: #A5C881;
}
.AnyTagClassName
{
color: #A5C881;
}
</style>
background-color css
<style>
a { background-color: #A5C881; }
a { background-color: rgb(165,200,129); }
div.DivClassName
{
background-color: #A5C881;
}
.BgClassName
{
background-color: #A5C881;
}
</style>
border-color css
<style>
span { border-color: #A5C881; }
span { border-color: rgb(165,200,129); }
td.TdClassName
{
border-color: #A5C881;
}
.TagClassName
{
border-color: #A5C881;
}
</style>