Shades of Feijoa #A8D77F
Tints of Feijoa #A8D77F
RGB
CMYK
RGB Variations
Color information
#A8D77F (or 0xA8D77F) is known color: Feijoa. HEX triplet: A8, D7 and 7F. RGB value is (168,215,127). Sum of RGB (Red+Green+Blue) = 168+215+127=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D77F is #572880. Grayscale: #BFBFBF. Windows color (decimal): -5712001 or 8378280. OLE color: 8378280.
HSL color Cylindrical-coordinate representation of color #A8D77F: hue angle of 92.05º 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 #A8D77F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 127 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.16 |
| HSL | 92.05º | 0.52% | 0.67% | - |
| HSV(B) | 92.05º | 0.41% | 0.84% | - |
| XYZ | 44.28 | 58.46 | 29.03 | - |
| YUV | 190.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 127 | 0.22 | 0 | 0.41 | 0.16 | 92.05 | 0.52 | 0.67 |
| Hex | A8 | D7 | 7F | 16 | 0 | 29 | 10 | 5C | 34 | 43 |
| Octal | 250 | 327 | 177 | 26 | 0 | 51 | 20 | 134 | 64 | 103 |
| Binary | 10101000 | 11010111 | 1111111 | 10110 | 0 | 101001 | 10000 | 1011100 | 110100 | 1000011 |
Color Harmonies of #A8D77F
Complementary color
Monochromatic Colors of #A8D77F
Black with #A8D77F
Text Example
Text Example
White with #A8D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D77F; }
p { color: rgb(168,215,127); }
H1.HeaderClassName
{
color: #A8D77F;
}
.AnyTagClassName
{
color: #A8D77F;
}
</style>
background-color css
<style>
a { background-color: #A8D77F; }
a { background-color: rgb(168,215,127); }
div.DivClassName
{
background-color: #A8D77F;
}
.BgClassName
{
background-color: #A8D77F;
}
</style>
border-color css
<style>
span { border-color: #A8D77F; }
span { border-color: rgb(168,215,127); }
td.TdClassName
{
border-color: #A8D77F;
}
.TagClassName
{
border-color: #A8D77F;
}
</style>