Shades of Feijoa #A5E66C
Tints of Feijoa #A5E66C
RGB
CMYK
RGB Variations
Color information
#A5E66C (or 0xA5E66C) is known color: Feijoa. HEX triplet: A5, E6 and 6C. RGB value is (165,230,108). Sum of RGB (Red+Green+Blue) = 165+230+108=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E66C is #5A1993. Grayscale: #C5C5C5. Windows color (decimal): -5904788 or 7136933. OLE color: 7136933.
HSL color Cylindrical-coordinate representation of color #A5E66C: hue angle of 91.97º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E66C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 108 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.10 |
| HSL | 91.97º | 0.71% | 0.66% | - |
| HSV(B) | 91.97º | 0.53% | 0.9% | - |
| XYZ | 46.52 | 65.68 | 24.41 | - |
| YUV | 196.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 108 | 0.28 | 0 | 0.53 | 0.10 | 91.97 | 0.71 | 0.66 |
| Hex | A5 | E6 | 6C | 1C | 0 | 35 | A | 5C | 47 | 42 |
| Octal | 245 | 346 | 154 | 34 | 0 | 65 | 12 | 134 | 107 | 102 |
| Binary | 10100101 | 11100110 | 1101100 | 11100 | 0 | 110101 | 1010 | 1011100 | 1000111 | 1000010 |
Color Harmonies of #A5E66C
Complementary color
Monochromatic Colors of #A5E66C
Black with #A5E66C
Text Example
Text Example
White with #A5E66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E66C; }
p { color: rgb(165,230,108); }
H1.HeaderClassName
{
color: #A5E66C;
}
.AnyTagClassName
{
color: #A5E66C;
}
</style>
background-color css
<style>
a { background-color: #A5E66C; }
a { background-color: rgb(165,230,108); }
div.DivClassName
{
background-color: #A5E66C;
}
.BgClassName
{
background-color: #A5E66C;
}
</style>
border-color css
<style>
span { border-color: #A5E66C; }
span { border-color: rgb(165,230,108); }
td.TdClassName
{
border-color: #A5E66C;
}
.TagClassName
{
border-color: #A5E66C;
}
</style>