Shades of Feijoa #A4D480
Tints of Feijoa #A4D480
RGB
CMYK
RGB Variations
Color information
#A4D480 (or 0xA4D480) is known color: Feijoa. HEX triplet: A4, D4 and 80. RGB value is (164,212,128). Sum of RGB (Red+Green+Blue) = 164+212+128=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D480 is #5B2B7F. Grayscale: #BCBCBC. Windows color (decimal): -5974912 or 8443044. OLE color: 8443044.
HSL color Cylindrical-coordinate representation of color #A4D480: hue angle of 94.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4D480 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 128 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.17 |
| HSL | 94.29º | 0.49% | 0.67% | - |
| HSV(B) | 94.29º | 0.4% | 0.83% | - |
| XYZ | 42.75 | 56.54 | 29.08 | - |
| YUV | 188.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 128 | 0.23 | 0 | 0.40 | 0.17 | 94.29 | 0.49 | 0.67 |
| Hex | A4 | D4 | 80 | 17 | 0 | 28 | 11 | 5E | 31 | 43 |
| Octal | 244 | 324 | 200 | 27 | 0 | 50 | 21 | 136 | 61 | 103 |
| Binary | 10100100 | 11010100 | 10000000 | 10111 | 0 | 101000 | 10001 | 1011110 | 110001 | 1000011 |
Color Harmonies of #A4D480
Complementary color
Monochromatic Colors of #A4D480
Black with #A4D480
Text Example
Text Example
White with #A4D480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D480; }
p { color: rgb(164,212,128); }
H1.HeaderClassName
{
color: #A4D480;
}
.AnyTagClassName
{
color: #A4D480;
}
</style>
background-color css
<style>
a { background-color: #A4D480; }
a { background-color: rgb(164,212,128); }
div.DivClassName
{
background-color: #A4D480;
}
.BgClassName
{
background-color: #A4D480;
}
</style>
border-color css
<style>
span { border-color: #A4D480; }
span { border-color: rgb(164,212,128); }
td.TdClassName
{
border-color: #A4D480;
}
.TagClassName
{
border-color: #A4D480;
}
</style>