Shades of Feijoa #A5D575
Tints of Feijoa #A5D575
RGB
CMYK
RGB Variations
Color information
#A5D575 (or 0xA5D575) is known color: Feijoa. HEX triplet: A5, D5 and 75. RGB value is (165,213,117). Sum of RGB (Red+Green+Blue) = 165+213+117=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D575 is #5A2A8A. Grayscale: #BCBCBC. Windows color (decimal): -5909131 or 7722405. OLE color: 7722405.
HSL color Cylindrical-coordinate representation of color #A5D575: hue angle of 90º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5D575 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 117 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.16 |
| HSL | 90º | 0.53% | 0.65% | - |
| HSV(B) | 90º | 0.45% | 0.84% | - |
| XYZ | 42.52 | 56.87 | 25.57 | - |
| YUV | 187.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 117 | 0.23 | 0 | 0.45 | 0.16 | 90 | 0.53 | 0.65 |
| Hex | A5 | D5 | 75 | 17 | 0 | 2D | 10 | 5A | 35 | 41 |
| Octal | 245 | 325 | 165 | 27 | 0 | 55 | 20 | 132 | 65 | 101 |
| Binary | 10100101 | 11010101 | 1110101 | 10111 | 0 | 101101 | 10000 | 1011010 | 110101 | 1000001 |
Color Harmonies of #A5D575
Complementary color
Monochromatic Colors of #A5D575
Black with #A5D575
Text Example
Text Example
White with #A5D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D575; }
p { color: rgb(165,213,117); }
H1.HeaderClassName
{
color: #A5D575;
}
.AnyTagClassName
{
color: #A5D575;
}
</style>
background-color css
<style>
a { background-color: #A5D575; }
a { background-color: rgb(165,213,117); }
div.DivClassName
{
background-color: #A5D575;
}
.BgClassName
{
background-color: #A5D575;
}
</style>
border-color css
<style>
span { border-color: #A5D575; }
span { border-color: rgb(165,213,117); }
td.TdClassName
{
border-color: #A5D575;
}
.TagClassName
{
border-color: #A5D575;
}
</style>