Shades of Feijoa #A2D272
Tints of Feijoa #A2D272
RGB
CMYK
RGB Variations
Color information
#A2D272 (or 0xA2D272) is known color: Feijoa. HEX triplet: A2, D2 and 72. RGB value is (162,210,114). Sum of RGB (Red+Green+Blue) = 162+210+114=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D272 is #5D2D8D. Grayscale: #B9B9B9. Windows color (decimal): -6106510 or 7525026. OLE color: 7525026.
HSL color Cylindrical-coordinate representation of color #A2D272: hue angle of 90º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D272 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 114 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.18 |
| HSL | 90º | 0.52% | 0.64% | - |
| HSV(B) | 90º | 0.46% | 0.82% | - |
| XYZ | 40.98 | 54.99 | 24.37 | - |
| YUV | 184.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 114 | 0.23 | 0 | 0.46 | 0.18 | 90 | 0.52 | 0.64 |
| Hex | A2 | D2 | 72 | 17 | 0 | 2E | 12 | 5A | 34 | 40 |
| Octal | 242 | 322 | 162 | 27 | 0 | 56 | 22 | 132 | 64 | 100 |
| Binary | 10100010 | 11010010 | 1110010 | 10111 | 0 | 101110 | 10010 | 1011010 | 110100 | 1000000 |
Color Harmonies of #A2D272
Complementary color
Monochromatic Colors of #A2D272
Black with #A2D272
Text Example
Text Example
White with #A2D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D272; }
p { color: rgb(162,210,114); }
H1.HeaderClassName
{
color: #A2D272;
}
.AnyTagClassName
{
color: #A2D272;
}
</style>
background-color css
<style>
a { background-color: #A2D272; }
a { background-color: rgb(162,210,114); }
div.DivClassName
{
background-color: #A2D272;
}
.BgClassName
{
background-color: #A2D272;
}
</style>
border-color css
<style>
span { border-color: #A2D272; }
span { border-color: rgb(162,210,114); }
td.TdClassName
{
border-color: #A2D272;
}
.TagClassName
{
border-color: #A2D272;
}
</style>