Shades of Feijoa #A5E68A
Tints of Feijoa #A5E68A
RGB
CMYK
RGB Variations
Color information
#A5E68A (or 0xA5E68A) is known color: Feijoa. HEX triplet: A5, E6 and 8A. RGB value is (165,230,138). Sum of RGB (Red+Green+Blue) = 165+230+138=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E68A is #5A1975. Grayscale: #C8C8C8. Windows color (decimal): -5904758 or 9103013. OLE color: 9103013.
HSL color Cylindrical-coordinate representation of color #A5E68A: hue angle of 102.39º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E68A is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 138 | - |
| CMYK | 0.28 | 0 | 0.4 | 0.10 |
| HSL | 102.39º | 0.65% | 0.72% | - |
| HSV(B) | 102.39º | 0.4% | 0.9% | - |
| XYZ | 48.4 | 66.43 | 34.32 | - |
| YUV | 200.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 138 | 0.28 | 0 | 0.4 | 0.10 | 102.39 | 0.65 | 0.72 |
| Hex | A5 | E6 | 8A | 1C | 0 | 28 | A | 66 | 41 | 48 |
| Octal | 245 | 346 | 212 | 34 | 0 | 50 | 12 | 146 | 101 | 110 |
| Binary | 10100101 | 11100110 | 10001010 | 11100 | 0 | 101000 | 1010 | 1100110 | 1000001 | 1001000 |
Color Harmonies of #A5E68A
Complementary color
Monochromatic Colors of #A5E68A
Black with #A5E68A
Text Example
Text Example
White with #A5E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E68A; }
p { color: rgb(165,230,138); }
H1.HeaderClassName
{
color: #A5E68A;
}
.AnyTagClassName
{
color: #A5E68A;
}
</style>
background-color css
<style>
a { background-color: #A5E68A; }
a { background-color: rgb(165,230,138); }
div.DivClassName
{
background-color: #A5E68A;
}
.BgClassName
{
background-color: #A5E68A;
}
</style>
border-color css
<style>
span { border-color: #A5E68A; }
span { border-color: rgb(165,230,138); }
td.TdClassName
{
border-color: #A5E68A;
}
.TagClassName
{
border-color: #A5E68A;
}
</style>