Shades of Feijoa #A2DB75
Tints of Feijoa #A2DB75
RGB
CMYK
RGB Variations
Color information
#A2DB75 (or 0xA2DB75) is known color: Feijoa. HEX triplet: A2, DB and 75. RGB value is (162,219,117). Sum of RGB (Red+Green+Blue) = 162+219+117=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB75 is #5D248A. Grayscale: #BEBEBE. Windows color (decimal): -6104203 or 7723938. OLE color: 7723938.
HSL color Cylindrical-coordinate representation of color #A2DB75: hue angle of 93.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2DB75 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 117 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.14 |
| HSL | 93.53º | 0.59% | 0.66% | - |
| HSV(B) | 93.53º | 0.47% | 0.86% | - |
| XYZ | 43.44 | 59.63 | 26.05 | - |
| YUV | 190.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 117 | 0.26 | 0 | 0.47 | 0.14 | 93.53 | 0.59 | 0.66 |
| Hex | A2 | DB | 75 | 1A | 0 | 2F | E | 5E | 3B | 42 |
| Octal | 242 | 333 | 165 | 32 | 0 | 57 | 16 | 136 | 73 | 102 |
| Binary | 10100010 | 11011011 | 1110101 | 11010 | 0 | 101111 | 1110 | 1011110 | 111011 | 1000010 |
Color Harmonies of #A2DB75
Complementary color
Monochromatic Colors of #A2DB75
Black with #A2DB75
Text Example
Text Example
White with #A2DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB75; }
p { color: rgb(162,219,117); }
H1.HeaderClassName
{
color: #A2DB75;
}
.AnyTagClassName
{
color: #A2DB75;
}
</style>
background-color css
<style>
a { background-color: #A2DB75; }
a { background-color: rgb(162,219,117); }
div.DivClassName
{
background-color: #A2DB75;
}
.BgClassName
{
background-color: #A2DB75;
}
</style>
border-color css
<style>
span { border-color: #A2DB75; }
span { border-color: rgb(162,219,117); }
td.TdClassName
{
border-color: #A2DB75;
}
.TagClassName
{
border-color: #A2DB75;
}
</style>