Shades of Feijoa #A1DC69
Tints of Feijoa #A1DC69
RGB
CMYK
RGB Variations
Color information
#A1DC69 (or 0xA1DC69) is known color: Feijoa. HEX triplet: A1, DC and 69. RGB value is (161,220,105). Sum of RGB (Red+Green+Blue) = 161+220+105=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC69 is #5E2396. Grayscale: #BDBDBD. Windows color (decimal): -6169495 or 6937761. OLE color: 6937761.
HSL color Cylindrical-coordinate representation of color #A1DC69: hue angle of 90.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1DC69 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 105 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.14 |
| HSL | 90.78º | 0.62% | 0.64% | - |
| HSV(B) | 90.78º | 0.52% | 0.86% | - |
| XYZ | 42.84 | 59.78 | 22.65 | - |
| YUV | 189.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 105 | 0.27 | 0 | 0.52 | 0.14 | 90.78 | 0.62 | 0.64 |
| Hex | A1 | DC | 69 | 1B | 0 | 34 | E | 5B | 3E | 40 |
| Octal | 241 | 334 | 151 | 33 | 0 | 64 | 16 | 133 | 76 | 100 |
| Binary | 10100001 | 11011100 | 1101001 | 11011 | 0 | 110100 | 1110 | 1011011 | 111110 | 1000000 |
Color Harmonies of #A1DC69
Complementary color
Monochromatic Colors of #A1DC69
Black with #A1DC69
Text Example
Text Example
White with #A1DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC69; }
p { color: rgb(161,220,105); }
H1.HeaderClassName
{
color: #A1DC69;
}
.AnyTagClassName
{
color: #A1DC69;
}
</style>
background-color css
<style>
a { background-color: #A1DC69; }
a { background-color: rgb(161,220,105); }
div.DivClassName
{
background-color: #A1DC69;
}
.BgClassName
{
background-color: #A1DC69;
}
</style>
border-color css
<style>
span { border-color: #A1DC69; }
span { border-color: rgb(161,220,105); }
td.TdClassName
{
border-color: #A1DC69;
}
.TagClassName
{
border-color: #A1DC69;
}
</style>