Shades of Feijoa #A2D075
Tints of Feijoa #A2D075
RGB
CMYK
RGB Variations
Color information
#A2D075 (or 0xA2D075) is known color: Feijoa. HEX triplet: A2, D0 and 75. RGB value is (162,208,117). Sum of RGB (Red+Green+Blue) = 162+208+117=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D075 is #5D2F8A. Grayscale: #B8B8B8. Windows color (decimal): -6107019 or 7721122. OLE color: 7721122.
HSL color Cylindrical-coordinate representation of color #A2D075: hue angle of 90.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D075 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 117 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.18 |
| HSL | 90.33º | 0.49% | 0.64% | - |
| HSV(B) | 90.33º | 0.44% | 0.82% | - |
| XYZ | 40.67 | 54.08 | 25.12 | - |
| YUV | 183.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 117 | 0.22 | 0 | 0.44 | 0.18 | 90.33 | 0.49 | 0.64 |
| Hex | A2 | D0 | 75 | 16 | 0 | 2C | 12 | 5A | 31 | 40 |
| Octal | 242 | 320 | 165 | 26 | 0 | 54 | 22 | 132 | 61 | 100 |
| Binary | 10100010 | 11010000 | 1110101 | 10110 | 0 | 101100 | 10010 | 1011010 | 110001 | 1000000 |
Color Harmonies of #A2D075
Complementary color
Monochromatic Colors of #A2D075
Black with #A2D075
Text Example
Text Example
White with #A2D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D075; }
p { color: rgb(162,208,117); }
H1.HeaderClassName
{
color: #A2D075;
}
.AnyTagClassName
{
color: #A2D075;
}
</style>
background-color css
<style>
a { background-color: #A2D075; }
a { background-color: rgb(162,208,117); }
div.DivClassName
{
background-color: #A2D075;
}
.BgClassName
{
background-color: #A2D075;
}
</style>
border-color css
<style>
span { border-color: #A2D075; }
span { border-color: rgb(162,208,117); }
td.TdClassName
{
border-color: #A2D075;
}
.TagClassName
{
border-color: #A2D075;
}
</style>