Shades of Feijoa #A2DC7F
Tints of Feijoa #A2DC7F
RGB
CMYK
RGB Variations
Color information
#A2DC7F (or 0xA2DC7F) is known color: Feijoa. HEX triplet: A2, DC and 7F. RGB value is (162,220,127). Sum of RGB (Red+Green+Blue) = 162+220+127=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7F is #5D2380. Grayscale: #C0C0C0. Windows color (decimal): -6103937 or 8379554. OLE color: 8379554.
HSL color Cylindrical-coordinate representation of color #A2DC7F: hue angle of 97.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DC7F is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 127 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.14 |
| HSL | 97.42º | 0.57% | 0.68% | - |
| HSV(B) | 97.42º | 0.42% | 0.86% | - |
| XYZ | 44.32 | 60.4 | 29.4 | - |
| YUV | 192.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 127 | 0.26 | 0 | 0.42 | 0.14 | 97.42 | 0.57 | 0.68 |
| Hex | A2 | DC | 7F | 1A | 0 | 2A | E | 61 | 39 | 44 |
| Octal | 242 | 334 | 177 | 32 | 0 | 52 | 16 | 141 | 71 | 104 |
| Binary | 10100010 | 11011100 | 1111111 | 11010 | 0 | 101010 | 1110 | 1100001 | 111001 | 1000100 |
Color Harmonies of #A2DC7F
Complementary color
Monochromatic Colors of #A2DC7F
Black with #A2DC7F
Text Example
Text Example
White with #A2DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC7F; }
p { color: rgb(162,220,127); }
H1.HeaderClassName
{
color: #A2DC7F;
}
.AnyTagClassName
{
color: #A2DC7F;
}
</style>
background-color css
<style>
a { background-color: #A2DC7F; }
a { background-color: rgb(162,220,127); }
div.DivClassName
{
background-color: #A2DC7F;
}
.BgClassName
{
background-color: #A2DC7F;
}
</style>
border-color css
<style>
span { border-color: #A2DC7F; }
span { border-color: rgb(162,220,127); }
td.TdClassName
{
border-color: #A2DC7F;
}
.TagClassName
{
border-color: #A2DC7F;
}
</style>