Shades of Feijoa #ACD297
Tints of Feijoa #ACD297
RGB
CMYK
RGB Variations
Color information
#ACD297 (or 0xACD297) is known color: Feijoa. HEX triplet: AC, D2 and 97. RGB value is (172,210,151). Sum of RGB (Red+Green+Blue) = 172+210+151=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD297 is #532D68. Grayscale: #C0C0C0. Windows color (decimal): -5451113 or 9949868. OLE color: 9949868.
HSL color Cylindrical-coordinate representation of color #ACD297: hue angle of 98.64º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD297 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 151 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.18 |
| HSL | 98.64º | 0.4% | 0.71% | - |
| HSV(B) | 98.64º | 0.28% | 0.82% | - |
| XYZ | 45.65 | 57.1 | 37.89 | - |
| YUV | 191.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 151 | 0.18 | 0 | 0.28 | 0.18 | 98.64 | 0.4 | 0.71 |
| Hex | AC | D2 | 97 | 12 | 0 | 1C | 12 | 63 | 28 | 47 |
| Octal | 254 | 322 | 227 | 22 | 0 | 34 | 22 | 143 | 50 | 107 |
| Binary | 10101100 | 11010010 | 10010111 | 10010 | 0 | 11100 | 10010 | 1100011 | 101000 | 1000111 |
Color Harmonies of #ACD297
Complementary color
Monochromatic Colors of #ACD297
Black with #ACD297
Text Example
Text Example
White with #ACD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD297; }
p { color: rgb(172,210,151); }
H1.HeaderClassName
{
color: #ACD297;
}
.AnyTagClassName
{
color: #ACD297;
}
</style>
background-color css
<style>
a { background-color: #ACD297; }
a { background-color: rgb(172,210,151); }
div.DivClassName
{
background-color: #ACD297;
}
.BgClassName
{
background-color: #ACD297;
}
</style>
border-color css
<style>
span { border-color: #ACD297; }
span { border-color: rgb(172,210,151); }
td.TdClassName
{
border-color: #ACD297;
}
.TagClassName
{
border-color: #ACD297;
}
</style>