Shades of Feijoa #A1CC77
Tints of Feijoa #A1CC77
RGB
CMYK
RGB Variations
Color information
#A1CC77 (or 0xA1CC77) is known color: Feijoa. HEX triplet: A1, CC and 77. RGB value is (161,204,119). Sum of RGB (Red+Green+Blue) = 161+204+119=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC77 is #5E3388. Grayscale: #B5B5B5. Windows color (decimal): -6173577 or 7851169. OLE color: 7851169.
HSL color Cylindrical-coordinate representation of color #A1CC77: hue angle of 90.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1CC77 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 119 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.2 |
| HSL | 90.35º | 0.45% | 0.63% | - |
| HSV(B) | 90.35º | 0.42% | 0.8% | - |
| XYZ | 39.62 | 52.09 | 25.42 | - |
| YUV | 181.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 119 | 0.21 | 0 | 0.42 | 0.2 | 90.35 | 0.45 | 0.63 |
| Hex | A1 | CC | 77 | 15 | 0 | 2A | 14 | 5A | 2D | 3F |
| Octal | 241 | 314 | 167 | 25 | 0 | 52 | 24 | 132 | 55 | 77 |
| Binary | 10100001 | 11001100 | 1110111 | 10101 | 0 | 101010 | 10100 | 1011010 | 101101 | 111111 |
Color Harmonies of #A1CC77
Complementary color
Monochromatic Colors of #A1CC77
Black with #A1CC77
Text Example
Text Example
White with #A1CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC77; }
p { color: rgb(161,204,119); }
H1.HeaderClassName
{
color: #A1CC77;
}
.AnyTagClassName
{
color: #A1CC77;
}
</style>
background-color css
<style>
a { background-color: #A1CC77; }
a { background-color: rgb(161,204,119); }
div.DivClassName
{
background-color: #A1CC77;
}
.BgClassName
{
background-color: #A1CC77;
}
</style>
border-color css
<style>
span { border-color: #A1CC77; }
span { border-color: rgb(161,204,119); }
td.TdClassName
{
border-color: #A1CC77;
}
.TagClassName
{
border-color: #A1CC77;
}
</style>