Shades of Feijoa #A0D77F
Tints of Feijoa #A0D77F
RGB
CMYK
RGB Variations
Color information
#A0D77F (or 0xA0D77F) is known color: Feijoa. HEX triplet: A0, D7 and 7F. RGB value is (160,215,127). Sum of RGB (Red+Green+Blue) = 160+215+127=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D77F is #5F2880. Grayscale: #BCBCBC. Windows color (decimal): -6236289 or 8378272. OLE color: 8378272.
HSL color Cylindrical-coordinate representation of color #A0D77F: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D77F is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 127 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.16 |
| HSL | 97.5º | 0.52% | 0.67% | - |
| HSV(B) | 97.5º | 0.41% | 0.84% | - |
| XYZ | 42.63 | 57.61 | 28.95 | - |
| YUV | 188.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 127 | 0.26 | 0 | 0.41 | 0.16 | 97.5 | 0.52 | 0.67 |
| Hex | A0 | D7 | 7F | 1A | 0 | 29 | 10 | 62 | 34 | 43 |
| Octal | 240 | 327 | 177 | 32 | 0 | 51 | 20 | 142 | 64 | 103 |
| Binary | 10100000 | 11010111 | 1111111 | 11010 | 0 | 101001 | 10000 | 1100010 | 110100 | 1000011 |
Color Harmonies of #A0D77F
Complementary color
Monochromatic Colors of #A0D77F
Black with #A0D77F
Text Example
Text Example
White with #A0D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D77F; }
p { color: rgb(160,215,127); }
H1.HeaderClassName
{
color: #A0D77F;
}
.AnyTagClassName
{
color: #A0D77F;
}
</style>
background-color css
<style>
a { background-color: #A0D77F; }
a { background-color: rgb(160,215,127); }
div.DivClassName
{
background-color: #A0D77F;
}
.BgClassName
{
background-color: #A0D77F;
}
</style>
border-color css
<style>
span { border-color: #A0D77F; }
span { border-color: rgb(160,215,127); }
td.TdClassName
{
border-color: #A0D77F;
}
.TagClassName
{
border-color: #A0D77F;
}
</style>