Shades of Feijoa #A0DD72
Tints of Feijoa #A0DD72
RGB
CMYK
RGB Variations
Color information
#A0DD72 (or 0xA0DD72) is known color: Feijoa. HEX triplet: A0, DD and 72. RGB value is (160,221,114). Sum of RGB (Red+Green+Blue) = 160+221+114=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD72 is #5F228D. Grayscale: #BEBEBE. Windows color (decimal): -6234766 or 7527840. OLE color: 7527840.
HSL color Cylindrical-coordinate representation of color #A0DD72: hue angle of 94.21º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0DD72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 114 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.13 |
| HSL | 94.21º | 0.61% | 0.66% | - |
| HSV(B) | 94.21º | 0.48% | 0.87% | - |
| XYZ | 43.39 | 60.4 | 25.29 | - |
| YUV | 190.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 114 | 0.28 | 0 | 0.48 | 0.13 | 94.21 | 0.61 | 0.66 |
| Hex | A0 | DD | 72 | 1C | 0 | 30 | D | 5E | 3D | 42 |
| Octal | 240 | 335 | 162 | 34 | 0 | 60 | 15 | 136 | 75 | 102 |
| Binary | 10100000 | 11011101 | 1110010 | 11100 | 0 | 110000 | 1101 | 1011110 | 111101 | 1000010 |
Color Harmonies of #A0DD72
Complementary color
Monochromatic Colors of #A0DD72
Black with #A0DD72
Text Example
Text Example
White with #A0DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD72; }
p { color: rgb(160,221,114); }
H1.HeaderClassName
{
color: #A0DD72;
}
.AnyTagClassName
{
color: #A0DD72;
}
</style>
background-color css
<style>
a { background-color: #A0DD72; }
a { background-color: rgb(160,221,114); }
div.DivClassName
{
background-color: #A0DD72;
}
.BgClassName
{
background-color: #A0DD72;
}
</style>
border-color css
<style>
span { border-color: #A0DD72; }
span { border-color: rgb(160,221,114); }
td.TdClassName
{
border-color: #A0DD72;
}
.TagClassName
{
border-color: #A0DD72;
}
</style>