Shades of Feijoa #A4D083
Tints of Feijoa #A4D083
RGB
CMYK
RGB Variations
Color information
#A4D083 (or 0xA4D083) is known color: Feijoa. HEX triplet: A4, D0 and 83. RGB value is (164,208,131). Sum of RGB (Red+Green+Blue) = 164+208+131=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D083 is #5B2F7C. Grayscale: #BABABA. Windows color (decimal): -5975933 or 8638628. OLE color: 8638628.
HSL color Cylindrical-coordinate representation of color #A4D083: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D083 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 131 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.18 |
| HSL | 94.29º | 0.45% | 0.66% | - |
| HSV(B) | 94.29º | 0.37% | 0.82% | - |
| XYZ | 41.96 | 54.64 | 29.81 | - |
| YUV | 186.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 131 | 0.21 | 0 | 0.37 | 0.18 | 94.29 | 0.45 | 0.66 |
| Hex | A4 | D0 | 83 | 15 | 0 | 25 | 12 | 5E | 2D | 42 |
| Octal | 244 | 320 | 203 | 25 | 0 | 45 | 22 | 136 | 55 | 102 |
| Binary | 10100100 | 11010000 | 10000011 | 10101 | 0 | 100101 | 10010 | 1011110 | 101101 | 1000010 |
Color Harmonies of #A4D083
Complementary color
Monochromatic Colors of #A4D083
Black with #A4D083
Text Example
Text Example
White with #A4D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D083; }
p { color: rgb(164,208,131); }
H1.HeaderClassName
{
color: #A4D083;
}
.AnyTagClassName
{
color: #A4D083;
}
</style>
background-color css
<style>
a { background-color: #A4D083; }
a { background-color: rgb(164,208,131); }
div.DivClassName
{
background-color: #A4D083;
}
.BgClassName
{
background-color: #A4D083;
}
</style>
border-color css
<style>
span { border-color: #A4D083; }
span { border-color: rgb(164,208,131); }
td.TdClassName
{
border-color: #A4D083;
}
.TagClassName
{
border-color: #A4D083;
}
</style>