Shades of Feijoa #A2DD74
Tints of Feijoa #A2DD74
RGB
CMYK
RGB Variations
Color information
#A2DD74 (or 0xA2DD74) is known color: Feijoa. HEX triplet: A2, DD and 74. RGB value is (162,221,116). Sum of RGB (Red+Green+Blue) = 162+221+116=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD74 is #5D228B. Grayscale: #BFBFBF. Windows color (decimal): -6103692 or 7658914. OLE color: 7658914.
HSL color Cylindrical-coordinate representation of color #A2DD74: hue angle of 93.71º 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 #A2DD74 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 116 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.13 |
| HSL | 93.71º | 0.61% | 0.66% | - |
| HSV(B) | 93.71º | 0.48% | 0.87% | - |
| XYZ | 43.91 | 60.66 | 25.92 | - |
| YUV | 191.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 116 | 0.27 | 0 | 0.48 | 0.13 | 93.71 | 0.61 | 0.66 |
| Hex | A2 | DD | 74 | 1B | 0 | 30 | D | 5E | 3D | 42 |
| Octal | 242 | 335 | 164 | 33 | 0 | 60 | 15 | 136 | 75 | 102 |
| Binary | 10100010 | 11011101 | 1110100 | 11011 | 0 | 110000 | 1101 | 1011110 | 111101 | 1000010 |
Color Harmonies of #A2DD74
Complementary color
Monochromatic Colors of #A2DD74
Black with #A2DD74
Text Example
Text Example
White with #A2DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD74; }
p { color: rgb(162,221,116); }
H1.HeaderClassName
{
color: #A2DD74;
}
.AnyTagClassName
{
color: #A2DD74;
}
</style>
background-color css
<style>
a { background-color: #A2DD74; }
a { background-color: rgb(162,221,116); }
div.DivClassName
{
background-color: #A2DD74;
}
.BgClassName
{
background-color: #A2DD74;
}
</style>
border-color css
<style>
span { border-color: #A2DD74; }
span { border-color: rgb(162,221,116); }
td.TdClassName
{
border-color: #A2DD74;
}
.TagClassName
{
border-color: #A2DD74;
}
</style>