Shades of Feijoa #ACDD92
Tints of Feijoa #ACDD92
RGB
CMYK
RGB Variations
Color information
#ACDD92 (or 0xACDD92) is known color: Feijoa. HEX triplet: AC, DD and 92. RGB value is (172,221,146). Sum of RGB (Red+Green+Blue) = 172+221+146=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD92 is #53226D. Grayscale: #C6C6C6. Windows color (decimal): -5448302 or 9625004. OLE color: 9625004.
HSL color Cylindrical-coordinate representation of color #ACDD92: hue angle of 99.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDD92 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 146 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.13 |
| HSL | 99.2º | 0.52% | 0.72% | - |
| HSV(B) | 99.2º | 0.34% | 0.87% | - |
| XYZ | 48.06 | 62.56 | 36.74 | - |
| YUV | 197.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 146 | 0.22 | 0 | 0.34 | 0.13 | 99.2 | 0.52 | 0.72 |
| Hex | AC | DD | 92 | 16 | 0 | 22 | D | 63 | 34 | 48 |
| Octal | 254 | 335 | 222 | 26 | 0 | 42 | 15 | 143 | 64 | 110 |
| Binary | 10101100 | 11011101 | 10010010 | 10110 | 0 | 100010 | 1101 | 1100011 | 110100 | 1001000 |
Color Harmonies of #ACDD92
Complementary color
Monochromatic Colors of #ACDD92
Black with #ACDD92
Text Example
Text Example
White with #ACDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD92; }
p { color: rgb(172,221,146); }
H1.HeaderClassName
{
color: #ACDD92;
}
.AnyTagClassName
{
color: #ACDD92;
}
</style>
background-color css
<style>
a { background-color: #ACDD92; }
a { background-color: rgb(172,221,146); }
div.DivClassName
{
background-color: #ACDD92;
}
.BgClassName
{
background-color: #ACDD92;
}
</style>
border-color css
<style>
span { border-color: #ACDD92; }
span { border-color: rgb(172,221,146); }
td.TdClassName
{
border-color: #ACDD92;
}
.TagClassName
{
border-color: #ACDD92;
}
</style>