Shades of Feijoa #A2D07D
Tints of Feijoa #A2D07D
RGB
CMYK
RGB Variations
Color information
#A2D07D (or 0xA2D07D) is known color: Feijoa. HEX triplet: A2, D0 and 7D. RGB value is (162,208,125). Sum of RGB (Red+Green+Blue) = 162+208+125=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07D is #5D2F82. Grayscale: #B9B9B9. Windows color (decimal): -6107011 or 8245410. OLE color: 8245410.
HSL color Cylindrical-coordinate representation of color #A2D07D: hue angle of 93.25º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D07D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 125 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.18 |
| HSL | 93.25º | 0.47% | 0.65% | - |
| HSV(B) | 93.25º | 0.4% | 0.82% | - |
| XYZ | 41.16 | 54.27 | 27.71 | - |
| YUV | 184.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 125 | 0.22 | 0 | 0.40 | 0.18 | 93.25 | 0.47 | 0.65 |
| Hex | A2 | D0 | 7D | 16 | 0 | 28 | 12 | 5D | 2F | 41 |
| Octal | 242 | 320 | 175 | 26 | 0 | 50 | 22 | 135 | 57 | 101 |
| Binary | 10100010 | 11010000 | 1111101 | 10110 | 0 | 101000 | 10010 | 1011101 | 101111 | 1000001 |
Color Harmonies of #A2D07D
Complementary color
Monochromatic Colors of #A2D07D
Black with #A2D07D
Text Example
Text Example
White with #A2D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D07D; }
p { color: rgb(162,208,125); }
H1.HeaderClassName
{
color: #A2D07D;
}
.AnyTagClassName
{
color: #A2D07D;
}
</style>
background-color css
<style>
a { background-color: #A2D07D; }
a { background-color: rgb(162,208,125); }
div.DivClassName
{
background-color: #A2D07D;
}
.BgClassName
{
background-color: #A2D07D;
}
</style>
border-color css
<style>
span { border-color: #A2D07D; }
span { border-color: rgb(162,208,125); }
td.TdClassName
{
border-color: #A2D07D;
}
.TagClassName
{
border-color: #A2D07D;
}
</style>