Shades of Feijoa #A5D07C
Tints of Feijoa #A5D07C
RGB
CMYK
RGB Variations
Color information
#A5D07C (or 0xA5D07C) is known color: Feijoa. HEX triplet: A5, D0 and 7C. RGB value is (165,208,124). Sum of RGB (Red+Green+Blue) = 165+208+124=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D07C is #5A2F83. Grayscale: #B9B9B9. Windows color (decimal): -5910404 or 8179877. OLE color: 8179877.
HSL color Cylindrical-coordinate representation of color #A5D07C: hue angle of 90.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5D07C is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 124 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.18 |
| HSL | 90.71º | 0.47% | 0.65% | - |
| HSV(B) | 90.71º | 0.4% | 0.82% | - |
| XYZ | 41.71 | 54.57 | 27.4 | - |
| YUV | 185.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 124 | 0.21 | 0 | 0.40 | 0.18 | 90.71 | 0.47 | 0.65 |
| Hex | A5 | D0 | 7C | 15 | 0 | 28 | 12 | 5B | 2F | 41 |
| Octal | 245 | 320 | 174 | 25 | 0 | 50 | 22 | 133 | 57 | 101 |
| Binary | 10100101 | 11010000 | 1111100 | 10101 | 0 | 101000 | 10010 | 1011011 | 101111 | 1000001 |
Color Harmonies of #A5D07C
Complementary color
Monochromatic Colors of #A5D07C
Black with #A5D07C
Text Example
Text Example
White with #A5D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D07C; }
p { color: rgb(165,208,124); }
H1.HeaderClassName
{
color: #A5D07C;
}
.AnyTagClassName
{
color: #A5D07C;
}
</style>
background-color css
<style>
a { background-color: #A5D07C; }
a { background-color: rgb(165,208,124); }
div.DivClassName
{
background-color: #A5D07C;
}
.BgClassName
{
background-color: #A5D07C;
}
</style>
border-color css
<style>
span { border-color: #A5D07C; }
span { border-color: rgb(165,208,124); }
td.TdClassName
{
border-color: #A5D07C;
}
.TagClassName
{
border-color: #A5D07C;
}
</style>