Shades of Feijoa #A5E670
Tints of Feijoa #A5E670
RGB
CMYK
RGB Variations
Color information
#A5E670 (or 0xA5E670) is known color: Feijoa. HEX triplet: A5, E6 and 70. RGB value is (165,230,112). Sum of RGB (Red+Green+Blue) = 165+230+112=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E670 is #5A198F. Grayscale: #C5C5C5. Windows color (decimal): -5904784 or 7399077. OLE color: 7399077.
HSL color Cylindrical-coordinate representation of color #A5E670: hue angle of 93.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5E670 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 112 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.10 |
| HSL | 93.05º | 0.7% | 0.67% | - |
| HSV(B) | 93.05º | 0.51% | 0.9% | - |
| XYZ | 46.74 | 65.76 | 25.56 | - |
| YUV | 197.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 112 | 0.28 | 0 | 0.51 | 0.10 | 93.05 | 0.7 | 0.67 |
| Hex | A5 | E6 | 70 | 1C | 0 | 33 | A | 5D | 46 | 43 |
| Octal | 245 | 346 | 160 | 34 | 0 | 63 | 12 | 135 | 106 | 103 |
| Binary | 10100101 | 11100110 | 1110000 | 11100 | 0 | 110011 | 1010 | 1011101 | 1000110 | 1000011 |
Color Harmonies of #A5E670
Complementary color
Monochromatic Colors of #A5E670
Black with #A5E670
Text Example
Text Example
White with #A5E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E670; }
p { color: rgb(165,230,112); }
H1.HeaderClassName
{
color: #A5E670;
}
.AnyTagClassName
{
color: #A5E670;
}
</style>
background-color css
<style>
a { background-color: #A5E670; }
a { background-color: rgb(165,230,112); }
div.DivClassName
{
background-color: #A5E670;
}
.BgClassName
{
background-color: #A5E670;
}
</style>
border-color css
<style>
span { border-color: #A5E670; }
span { border-color: rgb(165,230,112); }
td.TdClassName
{
border-color: #A5E670;
}
.TagClassName
{
border-color: #A5E670;
}
</style>