Shades of Feijoa #A2D26F
Tints of Feijoa #A2D26F
RGB
CMYK
RGB Variations
Color information
#A2D26F (or 0xA2D26F) is known color: Feijoa. HEX triplet: A2, D2 and 6F. RGB value is (162,210,111). Sum of RGB (Red+Green+Blue) = 162+210+111=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D26F is #5D2D90. Grayscale: #B8B8B8. Windows color (decimal): -6106513 or 7328418. OLE color: 7328418.
HSL color Cylindrical-coordinate representation of color #A2D26F: hue angle of 89.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D26F is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 111 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.18 |
| HSL | 89.09º | 0.52% | 0.63% | - |
| HSV(B) | 89.09º | 0.47% | 0.82% | - |
| XYZ | 40.82 | 54.92 | 23.49 | - |
| YUV | 184.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 111 | 0.23 | 0 | 0.47 | 0.18 | 89.09 | 0.52 | 0.63 |
| Hex | A2 | D2 | 6F | 17 | 0 | 2F | 12 | 59 | 34 | 3F |
| Octal | 242 | 322 | 157 | 27 | 0 | 57 | 22 | 131 | 64 | 77 |
| Binary | 10100010 | 11010010 | 1101111 | 10111 | 0 | 101111 | 10010 | 1011001 | 110100 | 111111 |
Color Harmonies of #A2D26F
Complementary color
Monochromatic Colors of #A2D26F
Black with #A2D26F
Text Example
Text Example
White with #A2D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D26F; }
p { color: rgb(162,210,111); }
H1.HeaderClassName
{
color: #A2D26F;
}
.AnyTagClassName
{
color: #A2D26F;
}
</style>
background-color css
<style>
a { background-color: #A2D26F; }
a { background-color: rgb(162,210,111); }
div.DivClassName
{
background-color: #A2D26F;
}
.BgClassName
{
background-color: #A2D26F;
}
</style>
border-color css
<style>
span { border-color: #A2D26F; }
span { border-color: rgb(162,210,111); }
td.TdClassName
{
border-color: #A2D26F;
}
.TagClassName
{
border-color: #A2D26F;
}
</style>