Shades of Feijoa #A5E56F
Tints of Feijoa #A5E56F
RGB
CMYK
RGB Variations
Color information
#A5E56F (or 0xA5E56F) is known color: Feijoa. HEX triplet: A5, E5 and 6F. RGB value is (165,229,111). Sum of RGB (Red+Green+Blue) = 165+229+111=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56F is #5A1A90. Grayscale: #C4C4C4. Windows color (decimal): -5905041 or 7333285. OLE color: 7333285.
HSL color Cylindrical-coordinate representation of color #A5E56F: hue angle of 92.54º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5E56F is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 111 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.10 |
| HSL | 92.54º | 0.69% | 0.67% | - |
| HSV(B) | 92.54º | 0.52% | 0.9% | - |
| XYZ | 46.41 | 65.19 | 25.18 | - |
| YUV | 196.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 111 | 0.28 | 0 | 0.52 | 0.10 | 92.54 | 0.69 | 0.67 |
| Hex | A5 | E5 | 6F | 1C | 0 | 34 | A | 5D | 45 | 43 |
| Octal | 245 | 345 | 157 | 34 | 0 | 64 | 12 | 135 | 105 | 103 |
| Binary | 10100101 | 11100101 | 1101111 | 11100 | 0 | 110100 | 1010 | 1011101 | 1000101 | 1000011 |
Color Harmonies of #A5E56F
Complementary color
Monochromatic Colors of #A5E56F
Black with #A5E56F
Text Example
Text Example
White with #A5E56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E56F; }
p { color: rgb(165,229,111); }
H1.HeaderClassName
{
color: #A5E56F;
}
.AnyTagClassName
{
color: #A5E56F;
}
</style>
background-color css
<style>
a { background-color: #A5E56F; }
a { background-color: rgb(165,229,111); }
div.DivClassName
{
background-color: #A5E56F;
}
.BgClassName
{
background-color: #A5E56F;
}
</style>
border-color css
<style>
span { border-color: #A5E56F; }
span { border-color: rgb(165,229,111); }
td.TdClassName
{
border-color: #A5E56F;
}
.TagClassName
{
border-color: #A5E56F;
}
</style>