Shades of Feijoa #A5ED6F
Tints of Feijoa #A5ED6F
RGB
CMYK
RGB Variations
Color information
#A5ED6F (or 0xA5ED6F) is known color: Feijoa. HEX triplet: A5, ED and 6F. RGB value is (165,237,111). Sum of RGB (Red+Green+Blue) = 165+237+111=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED6F is #5A1290. Grayscale: #C9C9C9. Windows color (decimal): -5902993 or 7335333. OLE color: 7335333.
HSL color Cylindrical-coordinate representation of color #A5ED6F: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5ED6F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 111 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.07 |
| HSL | 94.29º | 0.78% | 0.68% | - |
| HSV(B) | 94.29º | 0.53% | 0.93% | - |
| XYZ | 48.67 | 69.72 | 25.93 | - |
| YUV | 201.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 111 | 0.30 | 0 | 0.53 | 0.07 | 94.29 | 0.78 | 0.68 |
| Hex | A5 | ED | 6F | 1E | 0 | 35 | 7 | 5E | 4E | 44 |
| Octal | 245 | 355 | 157 | 36 | 0 | 65 | 7 | 136 | 116 | 104 |
| Binary | 10100101 | 11101101 | 1101111 | 11110 | 0 | 110101 | 111 | 1011110 | 1001110 | 1000100 |
Color Harmonies of #A5ED6F
Complementary color
Monochromatic Colors of #A5ED6F
Black with #A5ED6F
Text Example
Text Example
White with #A5ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED6F; }
p { color: rgb(165,237,111); }
H1.HeaderClassName
{
color: #A5ED6F;
}
.AnyTagClassName
{
color: #A5ED6F;
}
</style>
background-color css
<style>
a { background-color: #A5ED6F; }
a { background-color: rgb(165,237,111); }
div.DivClassName
{
background-color: #A5ED6F;
}
.BgClassName
{
background-color: #A5ED6F;
}
</style>
border-color css
<style>
span { border-color: #A5ED6F; }
span { border-color: rgb(165,237,111); }
td.TdClassName
{
border-color: #A5ED6F;
}
.TagClassName
{
border-color: #A5ED6F;
}
</style>