Shades of Feijoa #A5D27C
Tints of Feijoa #A5D27C
RGB
CMYK
RGB Variations
Color information
#A5D27C (or 0xA5D27C) is known color: Feijoa. HEX triplet: A5, D2 and 7C. RGB value is (165,210,124). Sum of RGB (Red+Green+Blue) = 165+210+124=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D27C is #5A2D83. Grayscale: #BBBBBB. Windows color (decimal): -5909892 or 8180389. OLE color: 8180389.
HSL color Cylindrical-coordinate representation of color #A5D27C: hue angle of 91.4º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D27C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 124 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.18 |
| HSL | 91.4º | 0.49% | 0.65% | - |
| HSV(B) | 91.4º | 0.41% | 0.82% | - |
| XYZ | 42.2 | 55.55 | 27.57 | - |
| YUV | 186.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 124 | 0.21 | 0 | 0.41 | 0.18 | 91.4 | 0.49 | 0.65 |
| Hex | A5 | D2 | 7C | 15 | 0 | 29 | 12 | 5B | 31 | 41 |
| Octal | 245 | 322 | 174 | 25 | 0 | 51 | 22 | 133 | 61 | 101 |
| Binary | 10100101 | 11010010 | 1111100 | 10101 | 0 | 101001 | 10010 | 1011011 | 110001 | 1000001 |
Color Harmonies of #A5D27C
Complementary color
Monochromatic Colors of #A5D27C
Black with #A5D27C
Text Example
Text Example
White with #A5D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D27C; }
p { color: rgb(165,210,124); }
H1.HeaderClassName
{
color: #A5D27C;
}
.AnyTagClassName
{
color: #A5D27C;
}
</style>
background-color css
<style>
a { background-color: #A5D27C; }
a { background-color: rgb(165,210,124); }
div.DivClassName
{
background-color: #A5D27C;
}
.BgClassName
{
background-color: #A5D27C;
}
</style>
border-color css
<style>
span { border-color: #A5D27C; }
span { border-color: rgb(165,210,124); }
td.TdClassName
{
border-color: #A5D27C;
}
.TagClassName
{
border-color: #A5D27C;
}
</style>