Shades of Feijoa #A1D77B
Tints of Feijoa #A1D77B
RGB
CMYK
RGB Variations
Color information
#A1D77B (or 0xA1D77B) is known color: Feijoa. HEX triplet: A1, D7 and 7B. RGB value is (161,215,123). Sum of RGB (Red+Green+Blue) = 161+215+123=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D77B is #5E2884. Grayscale: #BCBCBC. Windows color (decimal): -6170757 or 8116129. OLE color: 8116129.
HSL color Cylindrical-coordinate representation of color #A1D77B: hue angle of 95.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D77B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 123 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.16 |
| HSL | 95.22º | 0.53% | 0.66% | - |
| HSV(B) | 95.22º | 0.43% | 0.84% | - |
| XYZ | 42.57 | 57.61 | 27.61 | - |
| YUV | 188.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 123 | 0.25 | 0 | 0.43 | 0.16 | 95.22 | 0.53 | 0.66 |
| Hex | A1 | D7 | 7B | 19 | 0 | 2B | 10 | 5F | 35 | 42 |
| Octal | 241 | 327 | 173 | 31 | 0 | 53 | 20 | 137 | 65 | 102 |
| Binary | 10100001 | 11010111 | 1111011 | 11001 | 0 | 101011 | 10000 | 1011111 | 110101 | 1000010 |
Color Harmonies of #A1D77B
Complementary color
Monochromatic Colors of #A1D77B
Black with #A1D77B
Text Example
Text Example
White with #A1D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D77B; }
p { color: rgb(161,215,123); }
H1.HeaderClassName
{
color: #A1D77B;
}
.AnyTagClassName
{
color: #A1D77B;
}
</style>
background-color css
<style>
a { background-color: #A1D77B; }
a { background-color: rgb(161,215,123); }
div.DivClassName
{
background-color: #A1D77B;
}
.BgClassName
{
background-color: #A1D77B;
}
</style>
border-color css
<style>
span { border-color: #A1D77B; }
span { border-color: rgb(161,215,123); }
td.TdClassName
{
border-color: #A1D77B;
}
.TagClassName
{
border-color: #A1D77B;
}
</style>