Shades of Feijoa #A4D082
Tints of Feijoa #A4D082
RGB
CMYK
RGB Variations
Color information
#A4D082 (or 0xA4D082) is known color: Feijoa. HEX triplet: A4, D0 and 82. RGB value is (164,208,130). Sum of RGB (Red+Green+Blue) = 164+208+130=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D082 is #5B2F7D. Grayscale: #BABABA. Windows color (decimal): -5975934 or 8573092. OLE color: 8573092.
HSL color Cylindrical-coordinate representation of color #A4D082: hue angle of 93.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4D082 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 130 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.18 |
| HSL | 93.85º | 0.45% | 0.66% | - |
| HSV(B) | 93.85º | 0.38% | 0.82% | - |
| XYZ | 41.89 | 54.62 | 29.45 | - |
| YUV | 185.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 130 | 0.21 | 0 | 0.38 | 0.18 | 93.85 | 0.45 | 0.66 |
| Hex | A4 | D0 | 82 | 15 | 0 | 26 | 12 | 5E | 2D | 42 |
| Octal | 244 | 320 | 202 | 25 | 0 | 46 | 22 | 136 | 55 | 102 |
| Binary | 10100100 | 11010000 | 10000010 | 10101 | 0 | 100110 | 10010 | 1011110 | 101101 | 1000010 |
Color Harmonies of #A4D082
Complementary color
Monochromatic Colors of #A4D082
Black with #A4D082
Text Example
Text Example
White with #A4D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D082; }
p { color: rgb(164,208,130); }
H1.HeaderClassName
{
color: #A4D082;
}
.AnyTagClassName
{
color: #A4D082;
}
</style>
background-color css
<style>
a { background-color: #A4D082; }
a { background-color: rgb(164,208,130); }
div.DivClassName
{
background-color: #A4D082;
}
.BgClassName
{
background-color: #A4D082;
}
</style>
border-color css
<style>
span { border-color: #A4D082; }
span { border-color: rgb(164,208,130); }
td.TdClassName
{
border-color: #A4D082;
}
.TagClassName
{
border-color: #A4D082;
}
</style>