Shades of Feijoa #A5CA81
Tints of Feijoa #A5CA81
RGB
CMYK
RGB Variations
Color information
#A5CA81 (or 0xA5CA81) is known color: Feijoa. HEX triplet: A5, CA and 81. RGB value is (165,202,129). Sum of RGB (Red+Green+Blue) = 165+202+129=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA81 is #5A357E. Grayscale: #B6B6B6. Windows color (decimal): -5911935 or 8506021. OLE color: 8506021.
HSL color Cylindrical-coordinate representation of color #A5CA81: hue angle of 90.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5CA81 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 129 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.21 |
| HSL | 90.41º | 0.41% | 0.65% | - |
| HSV(B) | 90.41º | 0.36% | 0.79% | - |
| XYZ | 40.6 | 51.83 | 28.63 | - |
| YUV | 182.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 129 | 0.18 | 0 | 0.36 | 0.21 | 90.41 | 0.41 | 0.65 |
| Hex | A5 | CA | 81 | 12 | 0 | 24 | 15 | 5A | 29 | 41 |
| Octal | 245 | 312 | 201 | 22 | 0 | 44 | 25 | 132 | 51 | 101 |
| Binary | 10100101 | 11001010 | 10000001 | 10010 | 0 | 100100 | 10101 | 1011010 | 101001 | 1000001 |
Color Harmonies of #A5CA81
Complementary color
Monochromatic Colors of #A5CA81
Black with #A5CA81
Text Example
Text Example
White with #A5CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA81; }
p { color: rgb(165,202,129); }
H1.HeaderClassName
{
color: #A5CA81;
}
.AnyTagClassName
{
color: #A5CA81;
}
</style>
background-color css
<style>
a { background-color: #A5CA81; }
a { background-color: rgb(165,202,129); }
div.DivClassName
{
background-color: #A5CA81;
}
.BgClassName
{
background-color: #A5CA81;
}
</style>
border-color css
<style>
span { border-color: #A5CA81; }
span { border-color: rgb(165,202,129); }
td.TdClassName
{
border-color: #A5CA81;
}
.TagClassName
{
border-color: #A5CA81;
}
</style>