Shades of Feijoa #A5E07F
Tints of Feijoa #A5E07F
RGB
CMYK
RGB Variations
Color information
#A5E07F (or 0xA5E07F) is known color: Feijoa. HEX triplet: A5, E0 and 7F. RGB value is (165,224,127). Sum of RGB (Red+Green+Blue) = 165+224+127=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E07F is #5A1F80. Grayscale: #C3C3C3. Windows color (decimal): -5906305 or 8380581. OLE color: 8380581.
HSL color Cylindrical-coordinate representation of color #A5E07F: hue angle of 96.49º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5E07F is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 127 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.12 |
| HSL | 96.49º | 0.61% | 0.69% | - |
| HSV(B) | 96.49º | 0.43% | 0.88% | - |
| XYZ | 46 | 62.84 | 29.78 | - |
| YUV | 195.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 127 | 0.26 | 0 | 0.43 | 0.12 | 96.49 | 0.61 | 0.69 |
| Hex | A5 | E0 | 7F | 1A | 0 | 2B | C | 60 | 3D | 45 |
| Octal | 245 | 340 | 177 | 32 | 0 | 53 | 14 | 140 | 75 | 105 |
| Binary | 10100101 | 11100000 | 1111111 | 11010 | 0 | 101011 | 1100 | 1100000 | 111101 | 1000101 |
Color Harmonies of #A5E07F
Complementary color
Monochromatic Colors of #A5E07F
Black with #A5E07F
Text Example
Text Example
White with #A5E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E07F; }
p { color: rgb(165,224,127); }
H1.HeaderClassName
{
color: #A5E07F;
}
.AnyTagClassName
{
color: #A5E07F;
}
</style>
background-color css
<style>
a { background-color: #A5E07F; }
a { background-color: rgb(165,224,127); }
div.DivClassName
{
background-color: #A5E07F;
}
.BgClassName
{
background-color: #A5E07F;
}
</style>
border-color css
<style>
span { border-color: #A5E07F; }
span { border-color: rgb(165,224,127); }
td.TdClassName
{
border-color: #A5E07F;
}
.TagClassName
{
border-color: #A5E07F;
}
</style>