Shades of Feijoa #A2CF77
Tints of Feijoa #A2CF77
RGB
CMYK
RGB Variations
Color information
#A2CF77 (or 0xA2CF77) is known color: Feijoa. HEX triplet: A2, CF and 77. RGB value is (162,207,119). Sum of RGB (Red+Green+Blue) = 162+207+119=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF77 is #5D3088. Grayscale: #B7B7B7. Windows color (decimal): -6107273 or 7851938. OLE color: 7851938.
HSL color Cylindrical-coordinate representation of color #A2CF77: hue angle of 90.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2CF77 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 119 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.19 |
| HSL | 90.68º | 0.48% | 0.64% | - |
| HSV(B) | 90.68º | 0.43% | 0.81% | - |
| XYZ | 40.54 | 53.64 | 25.67 | - |
| YUV | 183.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 119 | 0.22 | 0 | 0.43 | 0.19 | 90.68 | 0.48 | 0.64 |
| Hex | A2 | CF | 77 | 16 | 0 | 2B | 13 | 5B | 30 | 40 |
| Octal | 242 | 317 | 167 | 26 | 0 | 53 | 23 | 133 | 60 | 100 |
| Binary | 10100010 | 11001111 | 1110111 | 10110 | 0 | 101011 | 10011 | 1011011 | 110000 | 1000000 |
Color Harmonies of #A2CF77
Complementary color
Monochromatic Colors of #A2CF77
Black with #A2CF77
Text Example
Text Example
White with #A2CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF77; }
p { color: rgb(162,207,119); }
H1.HeaderClassName
{
color: #A2CF77;
}
.AnyTagClassName
{
color: #A2CF77;
}
</style>
background-color css
<style>
a { background-color: #A2CF77; }
a { background-color: rgb(162,207,119); }
div.DivClassName
{
background-color: #A2CF77;
}
.BgClassName
{
background-color: #A2CF77;
}
</style>
border-color css
<style>
span { border-color: #A2CF77; }
span { border-color: rgb(162,207,119); }
td.TdClassName
{
border-color: #A2CF77;
}
.TagClassName
{
border-color: #A2CF77;
}
</style>