Shades of Feijoa #A5D27A
Tints of Feijoa #A5D27A
RGB
CMYK
RGB Variations
Color information
#A5D27A (or 0xA5D27A) is known color: Feijoa. HEX triplet: A5, D2 and 7A. RGB value is (165,210,122). Sum of RGB (Red+Green+Blue) = 165+210+122=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D27A is #5A2D85. Grayscale: #BABABA. Windows color (decimal): -5909894 or 8049317. OLE color: 8049317.
HSL color Cylindrical-coordinate representation of color #A5D27A: hue angle of 90.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D27A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 122 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.18 |
| HSL | 90.68º | 0.49% | 0.65% | - |
| HSV(B) | 90.68º | 0.42% | 0.82% | - |
| XYZ | 42.08 | 55.5 | 26.91 | - |
| YUV | 186.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 122 | 0.21 | 0 | 0.42 | 0.18 | 90.68 | 0.49 | 0.65 |
| Hex | A5 | D2 | 7A | 15 | 0 | 2A | 12 | 5B | 31 | 41 |
| Octal | 245 | 322 | 172 | 25 | 0 | 52 | 22 | 133 | 61 | 101 |
| Binary | 10100101 | 11010010 | 1111010 | 10101 | 0 | 101010 | 10010 | 1011011 | 110001 | 1000001 |
Color Harmonies of #A5D27A
Complementary color
Monochromatic Colors of #A5D27A
Black with #A5D27A
Text Example
Text Example
White with #A5D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D27A; }
p { color: rgb(165,210,122); }
H1.HeaderClassName
{
color: #A5D27A;
}
.AnyTagClassName
{
color: #A5D27A;
}
</style>
background-color css
<style>
a { background-color: #A5D27A; }
a { background-color: rgb(165,210,122); }
div.DivClassName
{
background-color: #A5D27A;
}
.BgClassName
{
background-color: #A5D27A;
}
</style>
border-color css
<style>
span { border-color: #A5D27A; }
span { border-color: rgb(165,210,122); }
td.TdClassName
{
border-color: #A5D27A;
}
.TagClassName
{
border-color: #A5D27A;
}
</style>