Shades of Feijoa #A5E16F
Tints of Feijoa #A5E16F
RGB
CMYK
RGB Variations
Color information
#A5E16F (or 0xA5E16F) is known color: Feijoa. HEX triplet: A5, E1 and 6F. RGB value is (165,225,111). Sum of RGB (Red+Green+Blue) = 165+225+111=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16F is #5A1E90. Grayscale: #C2C2C2. Windows color (decimal): -5906065 or 7332261. OLE color: 7332261.
HSL color Cylindrical-coordinate representation of color #A5E16F: hue angle of 91.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5E16F is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 111 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.12 |
| HSL | 91.58º | 0.66% | 0.66% | - |
| HSV(B) | 91.58º | 0.51% | 0.88% | - |
| XYZ | 45.31 | 63 | 24.81 | - |
| YUV | 194.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 111 | 0.27 | 0 | 0.51 | 0.12 | 91.58 | 0.66 | 0.66 |
| Hex | A5 | E1 | 6F | 1B | 0 | 33 | C | 5C | 42 | 42 |
| Octal | 245 | 341 | 157 | 33 | 0 | 63 | 14 | 134 | 102 | 102 |
| Binary | 10100101 | 11100001 | 1101111 | 11011 | 0 | 110011 | 1100 | 1011100 | 1000010 | 1000010 |
Color Harmonies of #A5E16F
Complementary color
Monochromatic Colors of #A5E16F
Black with #A5E16F
Text Example
Text Example
White with #A5E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E16F; }
p { color: rgb(165,225,111); }
H1.HeaderClassName
{
color: #A5E16F;
}
.AnyTagClassName
{
color: #A5E16F;
}
</style>
background-color css
<style>
a { background-color: #A5E16F; }
a { background-color: rgb(165,225,111); }
div.DivClassName
{
background-color: #A5E16F;
}
.BgClassName
{
background-color: #A5E16F;
}
</style>
border-color css
<style>
span { border-color: #A5E16F; }
span { border-color: rgb(165,225,111); }
td.TdClassName
{
border-color: #A5E16F;
}
.TagClassName
{
border-color: #A5E16F;
}
</style>