Shades of Feijoa #ACD58D
Tints of Feijoa #ACD58D
RGB
CMYK
RGB Variations
Color information
#ACD58D (or 0xACD58D) is known color: Feijoa. HEX triplet: AC, D5 and 8D. RGB value is (172,213,141). Sum of RGB (Red+Green+Blue) = 172+213+141=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58D is #532A72. Grayscale: #C0C0C0. Windows color (decimal): -5450355 or 9295276. OLE color: 9295276.
HSL color Cylindrical-coordinate representation of color #ACD58D: hue angle of 94.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD58D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 141 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.16 |
| HSL | 94.17º | 0.46% | 0.69% | - |
| HSV(B) | 94.17º | 0.34% | 0.84% | - |
| XYZ | 45.62 | 58.28 | 34.04 | - |
| YUV | 192.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 141 | 0.19 | 0 | 0.34 | 0.16 | 94.17 | 0.46 | 0.69 |
| Hex | AC | D5 | 8D | 13 | 0 | 22 | 10 | 5E | 2E | 45 |
| Octal | 254 | 325 | 215 | 23 | 0 | 42 | 20 | 136 | 56 | 105 |
| Binary | 10101100 | 11010101 | 10001101 | 10011 | 0 | 100010 | 10000 | 1011110 | 101110 | 1000101 |
Color Harmonies of #ACD58D
Complementary color
Monochromatic Colors of #ACD58D
Black with #ACD58D
Text Example
Text Example
White with #ACD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD58D; }
p { color: rgb(172,213,141); }
H1.HeaderClassName
{
color: #ACD58D;
}
.AnyTagClassName
{
color: #ACD58D;
}
</style>
background-color css
<style>
a { background-color: #ACD58D; }
a { background-color: rgb(172,213,141); }
div.DivClassName
{
background-color: #ACD58D;
}
.BgClassName
{
background-color: #ACD58D;
}
</style>
border-color css
<style>
span { border-color: #ACD58D; }
span { border-color: rgb(172,213,141); }
td.TdClassName
{
border-color: #ACD58D;
}
.TagClassName
{
border-color: #ACD58D;
}
</style>