Shades of Feijoa #A1D380
Tints of Feijoa #A1D380
RGB
CMYK
RGB Variations
Color information
#A1D380 (or 0xA1D380) is known color: Feijoa. HEX triplet: A1, D3 and 80. RGB value is (161,211,128). Sum of RGB (Red+Green+Blue) = 161+211+128=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D380 is #5E2C7F. Grayscale: #BABABA. Windows color (decimal): -6171776 or 8442785. OLE color: 8442785.
HSL color Cylindrical-coordinate representation of color #A1D380: hue angle of 96.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1D380 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 128 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.17 |
| HSL | 96.14º | 0.49% | 0.66% | - |
| HSV(B) | 96.14º | 0.39% | 0.83% | - |
| XYZ | 41.89 | 55.72 | 28.97 | - |
| YUV | 186.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 128 | 0.24 | 0 | 0.39 | 0.17 | 96.14 | 0.49 | 0.66 |
| Hex | A1 | D3 | 80 | 18 | 0 | 27 | 11 | 60 | 31 | 42 |
| Octal | 241 | 323 | 200 | 30 | 0 | 47 | 21 | 140 | 61 | 102 |
| Binary | 10100001 | 11010011 | 10000000 | 11000 | 0 | 100111 | 10001 | 1100000 | 110001 | 1000010 |
Color Harmonies of #A1D380
Complementary color
Monochromatic Colors of #A1D380
Black with #A1D380
Text Example
Text Example
White with #A1D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D380; }
p { color: rgb(161,211,128); }
H1.HeaderClassName
{
color: #A1D380;
}
.AnyTagClassName
{
color: #A1D380;
}
</style>
background-color css
<style>
a { background-color: #A1D380; }
a { background-color: rgb(161,211,128); }
div.DivClassName
{
background-color: #A1D380;
}
.BgClassName
{
background-color: #A1D380;
}
</style>
border-color css
<style>
span { border-color: #A1D380; }
span { border-color: rgb(161,211,128); }
td.TdClassName
{
border-color: #A1D380;
}
.TagClassName
{
border-color: #A1D380;
}
</style>