Shades of Feijoa #A2D67B
Tints of Feijoa #A2D67B
RGB
CMYK
RGB Variations
Color information
#A2D67B (or 0xA2D67B) is known color: Feijoa. HEX triplet: A2, D6 and 7B. RGB value is (162,214,123). Sum of RGB (Red+Green+Blue) = 162+214+123=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D67B is #5D2984. Grayscale: #BCBCBC. Windows color (decimal): -6105477 or 8115874. OLE color: 8115874.
HSL color Cylindrical-coordinate representation of color #A2D67B: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D67B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 123 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.16 |
| HSL | 94.29º | 0.53% | 0.66% | - |
| HSV(B) | 94.29º | 0.43% | 0.84% | - |
| XYZ | 42.52 | 57.2 | 27.54 | - |
| YUV | 188.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 123 | 0.24 | 0 | 0.43 | 0.16 | 94.29 | 0.53 | 0.66 |
| Hex | A2 | D6 | 7B | 18 | 0 | 2B | 10 | 5E | 35 | 42 |
| Octal | 242 | 326 | 173 | 30 | 0 | 53 | 20 | 136 | 65 | 102 |
| Binary | 10100010 | 11010110 | 1111011 | 11000 | 0 | 101011 | 10000 | 1011110 | 110101 | 1000010 |
Color Harmonies of #A2D67B
Complementary color
Monochromatic Colors of #A2D67B
Black with #A2D67B
Text Example
Text Example
White with #A2D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D67B; }
p { color: rgb(162,214,123); }
H1.HeaderClassName
{
color: #A2D67B;
}
.AnyTagClassName
{
color: #A2D67B;
}
</style>
background-color css
<style>
a { background-color: #A2D67B; }
a { background-color: rgb(162,214,123); }
div.DivClassName
{
background-color: #A2D67B;
}
.BgClassName
{
background-color: #A2D67B;
}
</style>
border-color css
<style>
span { border-color: #A2D67B; }
span { border-color: rgb(162,214,123); }
td.TdClassName
{
border-color: #A2D67B;
}
.TagClassName
{
border-color: #A2D67B;
}
</style>