Shades of Feijoa #A2DF76
Tints of Feijoa #A2DF76
RGB
CMYK
RGB Variations
Color information
#A2DF76 (or 0xA2DF76) is known color: Feijoa. HEX triplet: A2, DF and 76. RGB value is (162,223,118). Sum of RGB (Red+Green+Blue) = 162+223+118=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF76 is #5D2089. Grayscale: #C1C1C1. Windows color (decimal): -6103178 or 7790498. OLE color: 7790498.
HSL color Cylindrical-coordinate representation of color #A2DF76: hue angle of 94.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2DF76 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 118 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.13 |
| HSL | 94.86º | 0.62% | 0.67% | - |
| HSV(B) | 94.86º | 0.47% | 0.87% | - |
| XYZ | 44.56 | 61.76 | 26.71 | - |
| YUV | 192.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 118 | 0.27 | 0 | 0.47 | 0.13 | 94.86 | 0.62 | 0.67 |
| Hex | A2 | DF | 76 | 1B | 0 | 2F | D | 5F | 3E | 43 |
| Octal | 242 | 337 | 166 | 33 | 0 | 57 | 15 | 137 | 76 | 103 |
| Binary | 10100010 | 11011111 | 1110110 | 11011 | 0 | 101111 | 1101 | 1011111 | 111110 | 1000011 |
Color Harmonies of #A2DF76
Complementary color
Monochromatic Colors of #A2DF76
Black with #A2DF76
Text Example
Text Example
White with #A2DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF76; }
p { color: rgb(162,223,118); }
H1.HeaderClassName
{
color: #A2DF76;
}
.AnyTagClassName
{
color: #A2DF76;
}
</style>
background-color css
<style>
a { background-color: #A2DF76; }
a { background-color: rgb(162,223,118); }
div.DivClassName
{
background-color: #A2DF76;
}
.BgClassName
{
background-color: #A2DF76;
}
</style>
border-color css
<style>
span { border-color: #A2DF76; }
span { border-color: rgb(162,223,118); }
td.TdClassName
{
border-color: #A2DF76;
}
.TagClassName
{
border-color: #A2DF76;
}
</style>