Shades of Feijoa #A2D07B
Tints of Feijoa #A2D07B
RGB
CMYK
RGB Variations
Color information
#A2D07B (or 0xA2D07B) is known color: Feijoa. HEX triplet: A2, D0 and 7B. RGB value is (162,208,123). Sum of RGB (Red+Green+Blue) = 162+208+123=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07B is #5D2F84. Grayscale: #B8B8B8. Windows color (decimal): -6107013 or 8114338. OLE color: 8114338.
HSL color Cylindrical-coordinate representation of color #A2D07B: hue angle of 92.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D07B is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 123 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.18 |
| HSL | 92.47º | 0.47% | 0.65% | - |
| HSV(B) | 92.47º | 0.41% | 0.82% | - |
| XYZ | 41.03 | 54.22 | 27.04 | - |
| YUV | 184.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 123 | 0.22 | 0 | 0.41 | 0.18 | 92.47 | 0.47 | 0.65 |
| Hex | A2 | D0 | 7B | 16 | 0 | 29 | 12 | 5C | 2F | 41 |
| Octal | 242 | 320 | 173 | 26 | 0 | 51 | 22 | 134 | 57 | 101 |
| Binary | 10100010 | 11010000 | 1111011 | 10110 | 0 | 101001 | 10010 | 1011100 | 101111 | 1000001 |
Color Harmonies of #A2D07B
Complementary color
Monochromatic Colors of #A2D07B
Black with #A2D07B
Text Example
Text Example
White with #A2D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D07B; }
p { color: rgb(162,208,123); }
H1.HeaderClassName
{
color: #A2D07B;
}
.AnyTagClassName
{
color: #A2D07B;
}
</style>
background-color css
<style>
a { background-color: #A2D07B; }
a { background-color: rgb(162,208,123); }
div.DivClassName
{
background-color: #A2D07B;
}
.BgClassName
{
background-color: #A2D07B;
}
</style>
border-color css
<style>
span { border-color: #A2D07B; }
span { border-color: rgb(162,208,123); }
td.TdClassName
{
border-color: #A2D07B;
}
.TagClassName
{
border-color: #A2D07B;
}
</style>