Shades of Feijoa #A5D26E
Tints of Feijoa #A5D26E
RGB
CMYK
RGB Variations
Color information
#A5D26E (or 0xA5D26E) is known color: Feijoa. HEX triplet: A5, D2 and 6E. RGB value is (165,210,110). Sum of RGB (Red+Green+Blue) = 165+210+110=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D26E is #5A2D91. Grayscale: #B9B9B9. Windows color (decimal): -5909906 or 7262885. OLE color: 7262885.
HSL color Cylindrical-coordinate representation of color #A5D26E: hue angle of 87º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5D26E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 110 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.18 |
| HSL | 87º | 0.53% | 0.63% | - |
| HSV(B) | 87º | 0.48% | 0.82% | - |
| XYZ | 41.38 | 55.22 | 23.23 | - |
| YUV | 185.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 110 | 0.21 | 0 | 0.48 | 0.18 | 87 | 0.53 | 0.63 |
| Hex | A5 | D2 | 6E | 15 | 0 | 30 | 12 | 57 | 35 | 3F |
| Octal | 245 | 322 | 156 | 25 | 0 | 60 | 22 | 127 | 65 | 77 |
| Binary | 10100101 | 11010010 | 1101110 | 10101 | 0 | 110000 | 10010 | 1010111 | 110101 | 111111 |
Color Harmonies of #A5D26E
Complementary color
Monochromatic Colors of #A5D26E
Black with #A5D26E
Text Example
Text Example
White with #A5D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D26E; }
p { color: rgb(165,210,110); }
H1.HeaderClassName
{
color: #A5D26E;
}
.AnyTagClassName
{
color: #A5D26E;
}
</style>
background-color css
<style>
a { background-color: #A5D26E; }
a { background-color: rgb(165,210,110); }
div.DivClassName
{
background-color: #A5D26E;
}
.BgClassName
{
background-color: #A5D26E;
}
</style>
border-color css
<style>
span { border-color: #A5D26E; }
span { border-color: rgb(165,210,110); }
td.TdClassName
{
border-color: #A5D26E;
}
.TagClassName
{
border-color: #A5D26E;
}
</style>