Shades of Feijoa #A5E381
Tints of Feijoa #A5E381
RGB
CMYK
RGB Variations
Color information
#A5E381 (or 0xA5E381) is known color: Feijoa. HEX triplet: A5, E3 and 81. RGB value is (165,227,129). Sum of RGB (Red+Green+Blue) = 165+227+129=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E381 is #5A1C7E. Grayscale: #C5C5C5. Windows color (decimal): -5905535 or 8512421. OLE color: 8512421.
HSL color Cylindrical-coordinate representation of color #A5E381: hue angle of 97.96º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5E381 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 129 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.11 |
| HSL | 97.96º | 0.64% | 0.7% | - |
| HSV(B) | 97.96º | 0.43% | 0.89% | - |
| XYZ | 46.95 | 64.52 | 30.75 | - |
| YUV | 197.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 129 | 0.27 | 0 | 0.43 | 0.11 | 97.96 | 0.64 | 0.7 |
| Hex | A5 | E3 | 81 | 1B | 0 | 2B | B | 62 | 40 | 46 |
| Octal | 245 | 343 | 201 | 33 | 0 | 53 | 13 | 142 | 100 | 106 |
| Binary | 10100101 | 11100011 | 10000001 | 11011 | 0 | 101011 | 1011 | 1100010 | 1000000 | 1000110 |
Color Harmonies of #A5E381
Complementary color
Monochromatic Colors of #A5E381
Black with #A5E381
Text Example
Text Example
White with #A5E381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E381; }
p { color: rgb(165,227,129); }
H1.HeaderClassName
{
color: #A5E381;
}
.AnyTagClassName
{
color: #A5E381;
}
</style>
background-color css
<style>
a { background-color: #A5E381; }
a { background-color: rgb(165,227,129); }
div.DivClassName
{
background-color: #A5E381;
}
.BgClassName
{
background-color: #A5E381;
}
</style>
border-color css
<style>
span { border-color: #A5E381; }
span { border-color: rgb(165,227,129); }
td.TdClassName
{
border-color: #A5E381;
}
.TagClassName
{
border-color: #A5E381;
}
</style>