Shades of Feijoa #A2CC77
Tints of Feijoa #A2CC77
RGB
CMYK
RGB Variations
Color information
#A2CC77 (or 0xA2CC77) is known color: Feijoa. HEX triplet: A2, CC and 77. RGB value is (162,204,119). Sum of RGB (Red+Green+Blue) = 162+204+119=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC77 is #5D3388. Grayscale: #B6B6B6. Windows color (decimal): -6108041 or 7851170. OLE color: 7851170.
HSL color Cylindrical-coordinate representation of color #A2CC77: hue angle of 89.65º 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 #A2CC77 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 119 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.2 |
| HSL | 89.65º | 0.45% | 0.63% | - |
| HSV(B) | 89.65º | 0.42% | 0.8% | - |
| XYZ | 39.82 | 52.2 | 25.43 | - |
| YUV | 181.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 119 | 0.21 | 0 | 0.42 | 0.2 | 89.65 | 0.45 | 0.63 |
| Hex | A2 | CC | 77 | 15 | 0 | 2A | 14 | 5A | 2D | 3F |
| Octal | 242 | 314 | 167 | 25 | 0 | 52 | 24 | 132 | 55 | 77 |
| Binary | 10100010 | 11001100 | 1110111 | 10101 | 0 | 101010 | 10100 | 1011010 | 101101 | 111111 |
Color Harmonies of #A2CC77
Complementary color
Monochromatic Colors of #A2CC77
Black with #A2CC77
Text Example
Text Example
White with #A2CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC77; }
p { color: rgb(162,204,119); }
H1.HeaderClassName
{
color: #A2CC77;
}
.AnyTagClassName
{
color: #A2CC77;
}
</style>
background-color css
<style>
a { background-color: #A2CC77; }
a { background-color: rgb(162,204,119); }
div.DivClassName
{
background-color: #A2CC77;
}
.BgClassName
{
background-color: #A2CC77;
}
</style>
border-color css
<style>
span { border-color: #A2CC77; }
span { border-color: rgb(162,204,119); }
td.TdClassName
{
border-color: #A2CC77;
}
.TagClassName
{
border-color: #A2CC77;
}
</style>