Shades of Feijoa #A5CC80
Tints of Feijoa #A5CC80
RGB
CMYK
RGB Variations
Color information
#A5CC80 (or 0xA5CC80) is known color: Feijoa. HEX triplet: A5, CC and 80. RGB value is (165,204,128). Sum of RGB (Red+Green+Blue) = 165+204+128=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC80 is #5A337F. Grayscale: #B7B7B7. Windows color (decimal): -5911424 or 8440997. OLE color: 8440997.
HSL color Cylindrical-coordinate representation of color #A5CC80: hue angle of 90.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5CC80 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 128 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.2 |
| HSL | 90.79º | 0.43% | 0.65% | - |
| HSV(B) | 90.79º | 0.37% | 0.8% | - |
| XYZ | 41.01 | 52.74 | 28.44 | - |
| YUV | 183.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 128 | 0.19 | 0 | 0.37 | 0.2 | 90.79 | 0.43 | 0.65 |
| Hex | A5 | CC | 80 | 13 | 0 | 25 | 14 | 5B | 2B | 41 |
| Octal | 245 | 314 | 200 | 23 | 0 | 45 | 24 | 133 | 53 | 101 |
| Binary | 10100101 | 11001100 | 10000000 | 10011 | 0 | 100101 | 10100 | 1011011 | 101011 | 1000001 |
Color Harmonies of #A5CC80
Complementary color
Monochromatic Colors of #A5CC80
Black with #A5CC80
Text Example
Text Example
White with #A5CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC80; }
p { color: rgb(165,204,128); }
H1.HeaderClassName
{
color: #A5CC80;
}
.AnyTagClassName
{
color: #A5CC80;
}
</style>
background-color css
<style>
a { background-color: #A5CC80; }
a { background-color: rgb(165,204,128); }
div.DivClassName
{
background-color: #A5CC80;
}
.BgClassName
{
background-color: #A5CC80;
}
</style>
border-color css
<style>
span { border-color: #A5CC80; }
span { border-color: rgb(165,204,128); }
td.TdClassName
{
border-color: #A5CC80;
}
.TagClassName
{
border-color: #A5CC80;
}
</style>