Shades of Feijoa #A5D27B
Tints of Feijoa #A5D27B
RGB
CMYK
RGB Variations
Color information
#A5D27B (or 0xA5D27B) is known color: Feijoa. HEX triplet: A5, D2 and 7B. RGB value is (165,210,123). Sum of RGB (Red+Green+Blue) = 165+210+123=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D27B is #5A2D84. Grayscale: #BABABA. Windows color (decimal): -5909893 or 8114853. OLE color: 8114853.
HSL color Cylindrical-coordinate representation of color #A5D27B: hue angle of 91.03º 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 #A5D27B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 123 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.18 |
| HSL | 91.03º | 0.49% | 0.65% | - |
| HSV(B) | 91.03º | 0.41% | 0.82% | - |
| XYZ | 42.14 | 55.52 | 27.23 | - |
| YUV | 186.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 123 | 0.21 | 0 | 0.41 | 0.18 | 91.03 | 0.49 | 0.65 |
| Hex | A5 | D2 | 7B | 15 | 0 | 29 | 12 | 5B | 31 | 41 |
| Octal | 245 | 322 | 173 | 25 | 0 | 51 | 22 | 133 | 61 | 101 |
| Binary | 10100101 | 11010010 | 1111011 | 10101 | 0 | 101001 | 10010 | 1011011 | 110001 | 1000001 |
Color Harmonies of #A5D27B
Complementary color
Monochromatic Colors of #A5D27B
Black with #A5D27B
Text Example
Text Example
White with #A5D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D27B; }
p { color: rgb(165,210,123); }
H1.HeaderClassName
{
color: #A5D27B;
}
.AnyTagClassName
{
color: #A5D27B;
}
</style>
background-color css
<style>
a { background-color: #A5D27B; }
a { background-color: rgb(165,210,123); }
div.DivClassName
{
background-color: #A5D27B;
}
.BgClassName
{
background-color: #A5D27B;
}
</style>
border-color css
<style>
span { border-color: #A5D27B; }
span { border-color: rgb(165,210,123); }
td.TdClassName
{
border-color: #A5D27B;
}
.TagClassName
{
border-color: #A5D27B;
}
</style>