Shades of Feijoa #A5E67F
Tints of Feijoa #A5E67F
RGB
CMYK
RGB Variations
Color information
#A5E67F (or 0xA5E67F) is known color: Feijoa. HEX triplet: A5, E6 and 7F. RGB value is (165,230,127). Sum of RGB (Red+Green+Blue) = 165+230+127=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E67F is #5A1980. Grayscale: #C7C7C7. Windows color (decimal): -5904769 or 8382117. OLE color: 8382117.
HSL color Cylindrical-coordinate representation of color #A5E67F: hue angle of 97.86º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5E67F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 127 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.10 |
| HSL | 97.86º | 0.67% | 0.7% | - |
| HSV(B) | 97.86º | 0.45% | 0.9% | - |
| XYZ | 47.64 | 66.13 | 30.33 | - |
| YUV | 198.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 127 | 0.28 | 0 | 0.45 | 0.10 | 97.86 | 0.67 | 0.7 |
| Hex | A5 | E6 | 7F | 1C | 0 | 2D | A | 62 | 43 | 46 |
| Octal | 245 | 346 | 177 | 34 | 0 | 55 | 12 | 142 | 103 | 106 |
| Binary | 10100101 | 11100110 | 1111111 | 11100 | 0 | 101101 | 1010 | 1100010 | 1000011 | 1000110 |
Color Harmonies of #A5E67F
Complementary color
Monochromatic Colors of #A5E67F
Black with #A5E67F
Text Example
Text Example
White with #A5E67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E67F; }
p { color: rgb(165,230,127); }
H1.HeaderClassName
{
color: #A5E67F;
}
.AnyTagClassName
{
color: #A5E67F;
}
</style>
background-color css
<style>
a { background-color: #A5E67F; }
a { background-color: rgb(165,230,127); }
div.DivClassName
{
background-color: #A5E67F;
}
.BgClassName
{
background-color: #A5E67F;
}
</style>
border-color css
<style>
span { border-color: #A5E67F; }
span { border-color: rgb(165,230,127); }
td.TdClassName
{
border-color: #A5E67F;
}
.TagClassName
{
border-color: #A5E67F;
}
</style>