Shades of Feijoa #A5D77D
Tints of Feijoa #A5D77D
RGB
CMYK
RGB Variations
Color information
#A5D77D (or 0xA5D77D) is known color: Feijoa. HEX triplet: A5, D7 and 7D. RGB value is (165,215,125). Sum of RGB (Red+Green+Blue) = 165+215+125=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D77D is #5A2882. Grayscale: #BEBEBE. Windows color (decimal): -5908611 or 8247205. OLE color: 8247205.
HSL color Cylindrical-coordinate representation of color #A5D77D: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D77D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 125 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.16 |
| HSL | 93.33º | 0.53% | 0.67% | - |
| HSV(B) | 93.33º | 0.42% | 0.84% | - |
| XYZ | 43.52 | 58.08 | 28.32 | - |
| YUV | 189.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 125 | 0.23 | 0 | 0.42 | 0.16 | 93.33 | 0.53 | 0.67 |
| Hex | A5 | D7 | 7D | 17 | 0 | 2A | 10 | 5D | 35 | 43 |
| Octal | 245 | 327 | 175 | 27 | 0 | 52 | 20 | 135 | 65 | 103 |
| Binary | 10100101 | 11010111 | 1111101 | 10111 | 0 | 101010 | 10000 | 1011101 | 110101 | 1000011 |
Color Harmonies of #A5D77D
Complementary color
Monochromatic Colors of #A5D77D
Black with #A5D77D
Text Example
Text Example
White with #A5D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D77D; }
p { color: rgb(165,215,125); }
H1.HeaderClassName
{
color: #A5D77D;
}
.AnyTagClassName
{
color: #A5D77D;
}
</style>
background-color css
<style>
a { background-color: #A5D77D; }
a { background-color: rgb(165,215,125); }
div.DivClassName
{
background-color: #A5D77D;
}
.BgClassName
{
background-color: #A5D77D;
}
</style>
border-color css
<style>
span { border-color: #A5D77D; }
span { border-color: rgb(165,215,125); }
td.TdClassName
{
border-color: #A5D77D;
}
.TagClassName
{
border-color: #A5D77D;
}
</style>