Shades of Feijoa #ACDA8A
Tints of Feijoa #ACDA8A
RGB
CMYK
RGB Variations
Color information
#ACDA8A (or 0xACDA8A) is known color: Feijoa. HEX triplet: AC, DA and 8A. RGB value is (172,218,138). Sum of RGB (Red+Green+Blue) = 172+218+138=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8A is #532575. Grayscale: #C3C3C3. Windows color (decimal): -5449078 or 9099948. OLE color: 9099948.
HSL color Cylindrical-coordinate representation of color #ACDA8A: hue angle of 94.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDA8A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 138 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.15 |
| HSL | 94.5º | 0.52% | 0.7% | - |
| HSV(B) | 94.5º | 0.37% | 0.85% | - |
| XYZ | 46.67 | 60.75 | 33.31 | - |
| YUV | 195.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 138 | 0.21 | 0 | 0.37 | 0.15 | 94.5 | 0.52 | 0.7 |
| Hex | AC | DA | 8A | 15 | 0 | 25 | F | 5E | 34 | 46 |
| Octal | 254 | 332 | 212 | 25 | 0 | 45 | 17 | 136 | 64 | 106 |
| Binary | 10101100 | 11011010 | 10001010 | 10101 | 0 | 100101 | 1111 | 1011110 | 110100 | 1000110 |
Color Harmonies of #ACDA8A
Complementary color
Monochromatic Colors of #ACDA8A
Black with #ACDA8A
Text Example
Text Example
White with #ACDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA8A; }
p { color: rgb(172,218,138); }
H1.HeaderClassName
{
color: #ACDA8A;
}
.AnyTagClassName
{
color: #ACDA8A;
}
</style>
background-color css
<style>
a { background-color: #ACDA8A; }
a { background-color: rgb(172,218,138); }
div.DivClassName
{
background-color: #ACDA8A;
}
.BgClassName
{
background-color: #ACDA8A;
}
</style>
border-color css
<style>
span { border-color: #ACDA8A; }
span { border-color: rgb(172,218,138); }
td.TdClassName
{
border-color: #ACDA8A;
}
.TagClassName
{
border-color: #ACDA8A;
}
</style>