Shades of Feijoa #ACD690
Tints of Feijoa #ACD690
RGB
CMYK
RGB Variations
Color information
#ACD690 (or 0xACD690) is known color: Feijoa. HEX triplet: AC, D6 and 90. RGB value is (172,214,144). Sum of RGB (Red+Green+Blue) = 172+214+144=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD690 is #53296F. Grayscale: #C1C1C1. Windows color (decimal): -5450096 or 9492140. OLE color: 9492140.
HSL color Cylindrical-coordinate representation of color #ACD690: hue angle of 96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD690 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 144 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.16 |
| HSL | 96º | 0.46% | 0.7% | - |
| HSV(B) | 96º | 0.33% | 0.84% | - |
| XYZ | 46.09 | 58.88 | 35.32 | - |
| YUV | 193.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 144 | 0.20 | 0 | 0.33 | 0.16 | 96 | 0.46 | 0.7 |
| Hex | AC | D6 | 90 | 14 | 0 | 21 | 10 | 60 | 2E | 46 |
| Octal | 254 | 326 | 220 | 24 | 0 | 41 | 20 | 140 | 56 | 106 |
| Binary | 10101100 | 11010110 | 10010000 | 10100 | 0 | 100001 | 10000 | 1100000 | 101110 | 1000110 |
Color Harmonies of #ACD690
Complementary color
Monochromatic Colors of #ACD690
Black with #ACD690
Text Example
Text Example
White with #ACD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD690; }
p { color: rgb(172,214,144); }
H1.HeaderClassName
{
color: #ACD690;
}
.AnyTagClassName
{
color: #ACD690;
}
</style>
background-color css
<style>
a { background-color: #ACD690; }
a { background-color: rgb(172,214,144); }
div.DivClassName
{
background-color: #ACD690;
}
.BgClassName
{
background-color: #ACD690;
}
</style>
border-color css
<style>
span { border-color: #ACD690; }
span { border-color: rgb(172,214,144); }
td.TdClassName
{
border-color: #ACD690;
}
.TagClassName
{
border-color: #ACD690;
}
</style>