Shades of Feijoa #A5E172
Tints of Feijoa #A5E172
RGB
CMYK
RGB Variations
Color information
#A5E172 (or 0xA5E172) is known color: Feijoa. HEX triplet: A5, E1 and 72. RGB value is (165,225,114). Sum of RGB (Red+Green+Blue) = 165+225+114=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E172 is #5A1E8D. Grayscale: #C2C2C2. Windows color (decimal): -5906062 or 7528869. OLE color: 7528869.
HSL color Cylindrical-coordinate representation of color #A5E172: hue angle of 92.43º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E172 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 114 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.12 |
| HSL | 92.43º | 0.65% | 0.66% | - |
| HSV(B) | 92.43º | 0.49% | 0.88% | - |
| XYZ | 45.48 | 63.06 | 25.7 | - |
| YUV | 194.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 114 | 0.27 | 0 | 0.49 | 0.12 | 92.43 | 0.65 | 0.66 |
| Hex | A5 | E1 | 72 | 1B | 0 | 31 | C | 5C | 41 | 42 |
| Octal | 245 | 341 | 162 | 33 | 0 | 61 | 14 | 134 | 101 | 102 |
| Binary | 10100101 | 11100001 | 1110010 | 11011 | 0 | 110001 | 1100 | 1011100 | 1000001 | 1000010 |
Color Harmonies of #A5E172
Complementary color
Monochromatic Colors of #A5E172
Black with #A5E172
Text Example
Text Example
White with #A5E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E172; }
p { color: rgb(165,225,114); }
H1.HeaderClassName
{
color: #A5E172;
}
.AnyTagClassName
{
color: #A5E172;
}
</style>
background-color css
<style>
a { background-color: #A5E172; }
a { background-color: rgb(165,225,114); }
div.DivClassName
{
background-color: #A5E172;
}
.BgClassName
{
background-color: #A5E172;
}
</style>
border-color css
<style>
span { border-color: #A5E172; }
span { border-color: rgb(165,225,114); }
td.TdClassName
{
border-color: #A5E172;
}
.TagClassName
{
border-color: #A5E172;
}
</style>