Shades of Feijoa #A5CA82
Tints of Feijoa #A5CA82
RGB
CMYK
RGB Variations
Color information
#A5CA82 (or 0xA5CA82) is known color: Feijoa. HEX triplet: A5, CA and 82. RGB value is (165,202,130). Sum of RGB (Red+Green+Blue) = 165+202+130=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA82 is #5A357D. Grayscale: #B6B6B6. Windows color (decimal): -5911934 or 8571557. OLE color: 8571557.
HSL color Cylindrical-coordinate representation of color #A5CA82: hue angle of 90.83º degrees, saturation: 0.4, 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 #A5CA82 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 130 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.21 |
| HSL | 90.83º | 0.4% | 0.65% | - |
| HSV(B) | 90.83º | 0.36% | 0.79% | - |
| XYZ | 40.67 | 51.85 | 28.98 | - |
| YUV | 182.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 130 | 0.18 | 0 | 0.36 | 0.21 | 90.83 | 0.4 | 0.65 |
| Hex | A5 | CA | 82 | 12 | 0 | 24 | 15 | 5B | 28 | 41 |
| Octal | 245 | 312 | 202 | 22 | 0 | 44 | 25 | 133 | 50 | 101 |
| Binary | 10100101 | 11001010 | 10000010 | 10010 | 0 | 100100 | 10101 | 1011011 | 101000 | 1000001 |
Color Harmonies of #A5CA82
Complementary color
Monochromatic Colors of #A5CA82
Black with #A5CA82
Text Example
Text Example
White with #A5CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA82; }
p { color: rgb(165,202,130); }
H1.HeaderClassName
{
color: #A5CA82;
}
.AnyTagClassName
{
color: #A5CA82;
}
</style>
background-color css
<style>
a { background-color: #A5CA82; }
a { background-color: rgb(165,202,130); }
div.DivClassName
{
background-color: #A5CA82;
}
.BgClassName
{
background-color: #A5CA82;
}
</style>
border-color css
<style>
span { border-color: #A5CA82; }
span { border-color: rgb(165,202,130); }
td.TdClassName
{
border-color: #A5CA82;
}
.TagClassName
{
border-color: #A5CA82;
}
</style>