Shades of Feijoa #A5D28A
Tints of Feijoa #A5D28A
RGB
CMYK
RGB Variations
Color information
#A5D28A (or 0xA5D28A) is known color: Feijoa. HEX triplet: A5, D2 and 8A. RGB value is (165,210,138). Sum of RGB (Red+Green+Blue) = 165+210+138=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D28A is #5A2D75. Grayscale: #BCBCBC. Windows color (decimal): -5909878 or 9097893. OLE color: 9097893.
HSL color Cylindrical-coordinate representation of color #A5D28A: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D28A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 138 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.18 |
| HSL | 97.5º | 0.44% | 0.68% | - |
| HSV(B) | 97.5º | 0.34% | 0.82% | - |
| XYZ | 43.15 | 55.93 | 32.57 | - |
| YUV | 188.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 138 | 0.21 | 0 | 0.34 | 0.18 | 97.5 | 0.44 | 0.68 |
| Hex | A5 | D2 | 8A | 15 | 0 | 22 | 12 | 62 | 2C | 44 |
| Octal | 245 | 322 | 212 | 25 | 0 | 42 | 22 | 142 | 54 | 104 |
| Binary | 10100101 | 11010010 | 10001010 | 10101 | 0 | 100010 | 10010 | 1100010 | 101100 | 1000100 |
Color Harmonies of #A5D28A
Complementary color
Monochromatic Colors of #A5D28A
Black with #A5D28A
Text Example
Text Example
White with #A5D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D28A; }
p { color: rgb(165,210,138); }
H1.HeaderClassName
{
color: #A5D28A;
}
.AnyTagClassName
{
color: #A5D28A;
}
</style>
background-color css
<style>
a { background-color: #A5D28A; }
a { background-color: rgb(165,210,138); }
div.DivClassName
{
background-color: #A5D28A;
}
.BgClassName
{
background-color: #A5D28A;
}
</style>
border-color css
<style>
span { border-color: #A5D28A; }
span { border-color: rgb(165,210,138); }
td.TdClassName
{
border-color: #A5D28A;
}
.TagClassName
{
border-color: #A5D28A;
}
</style>