Shades of Feijoa #A2DE74
Tints of Feijoa #A2DE74
RGB
CMYK
RGB Variations
Color information
#A2DE74 (or 0xA2DE74) is known color: Feijoa. HEX triplet: A2, DE and 74. RGB value is (162,222,116). Sum of RGB (Red+Green+Blue) = 162+222+116=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE74 is #5D218B. Grayscale: #C0C0C0. Windows color (decimal): -6103436 or 7659170. OLE color: 7659170.
HSL color Cylindrical-coordinate representation of color #A2DE74: hue angle of 93.96º degrees, saturation: 0.62, 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 #A2DE74 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 116 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.13 |
| HSL | 93.96º | 0.62% | 0.66% | - |
| HSV(B) | 93.96º | 0.48% | 0.87% | - |
| XYZ | 44.17 | 61.18 | 26 | - |
| YUV | 191.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 116 | 0.27 | 0 | 0.48 | 0.13 | 93.96 | 0.62 | 0.66 |
| Hex | A2 | DE | 74 | 1B | 0 | 30 | D | 5E | 3E | 42 |
| Octal | 242 | 336 | 164 | 33 | 0 | 60 | 15 | 136 | 76 | 102 |
| Binary | 10100010 | 11011110 | 1110100 | 11011 | 0 | 110000 | 1101 | 1011110 | 111110 | 1000010 |
Color Harmonies of #A2DE74
Complementary color
Monochromatic Colors of #A2DE74
Black with #A2DE74
Text Example
Text Example
White with #A2DE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE74; }
p { color: rgb(162,222,116); }
H1.HeaderClassName
{
color: #A2DE74;
}
.AnyTagClassName
{
color: #A2DE74;
}
</style>
background-color css
<style>
a { background-color: #A2DE74; }
a { background-color: rgb(162,222,116); }
div.DivClassName
{
background-color: #A2DE74;
}
.BgClassName
{
background-color: #A2DE74;
}
</style>
border-color css
<style>
span { border-color: #A2DE74; }
span { border-color: rgb(162,222,116); }
td.TdClassName
{
border-color: #A2DE74;
}
.TagClassName
{
border-color: #A2DE74;
}
</style>