Shades of Feijoa #ACD998
Tints of Feijoa #ACD998
RGB
CMYK
RGB Variations
Color information
#ACD998 (or 0xACD998) is known color: Feijoa. HEX triplet: AC, D9 and 98. RGB value is (172,217,152). Sum of RGB (Red+Green+Blue) = 172+217+152=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD998 is #532667. Grayscale: #C4C4C4. Windows color (decimal): -5449320 or 10017196. OLE color: 10017196.
HSL color Cylindrical-coordinate representation of color #ACD998: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD998 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 152 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.15 |
| HSL | 101.54º | 0.46% | 0.72% | - |
| HSV(B) | 101.54º | 0.3% | 0.85% | - |
| XYZ | 47.49 | 60.66 | 38.91 | - |
| YUV | 196.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 152 | 0.21 | 0 | 0.30 | 0.15 | 101.54 | 0.46 | 0.72 |
| Hex | AC | D9 | 98 | 15 | 0 | 1E | F | 66 | 2E | 48 |
| Octal | 254 | 331 | 230 | 25 | 0 | 36 | 17 | 146 | 56 | 110 |
| Binary | 10101100 | 11011001 | 10011000 | 10101 | 0 | 11110 | 1111 | 1100110 | 101110 | 1001000 |
Color Harmonies of #ACD998
Complementary color
Monochromatic Colors of #ACD998
Black with #ACD998
Text Example
Text Example
White with #ACD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD998; }
p { color: rgb(172,217,152); }
H1.HeaderClassName
{
color: #ACD998;
}
.AnyTagClassName
{
color: #ACD998;
}
</style>
background-color css
<style>
a { background-color: #ACD998; }
a { background-color: rgb(172,217,152); }
div.DivClassName
{
background-color: #ACD998;
}
.BgClassName
{
background-color: #ACD998;
}
</style>
border-color css
<style>
span { border-color: #ACD998; }
span { border-color: rgb(172,217,152); }
td.TdClassName
{
border-color: #ACD998;
}
.TagClassName
{
border-color: #ACD998;
}
</style>