Shades of Feijoa #ACDB92
Tints of Feijoa #ACDB92
RGB
CMYK
RGB Variations
Color information
#ACDB92 (or 0xACDB92) is known color: Feijoa. HEX triplet: AC, DB and 92. RGB value is (172,219,146). Sum of RGB (Red+Green+Blue) = 172+219+146=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB92 is #53246D. Grayscale: #C4C4C4. Windows color (decimal): -5448814 or 9624492. OLE color: 9624492.
HSL color Cylindrical-coordinate representation of color #ACDB92: hue angle of 98.63º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDB92 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 146 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 98.63º | 0.5% | 0.72% | - |
| HSV(B) | 98.63º | 0.33% | 0.86% | - |
| XYZ | 47.53 | 61.51 | 36.56 | - |
| YUV | 196.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 146 | 0.21 | 0 | 0.33 | 0.14 | 98.63 | 0.5 | 0.72 |
| Hex | AC | DB | 92 | 15 | 0 | 21 | E | 63 | 32 | 48 |
| Octal | 254 | 333 | 222 | 25 | 0 | 41 | 16 | 143 | 62 | 110 |
| Binary | 10101100 | 11011011 | 10010010 | 10101 | 0 | 100001 | 1110 | 1100011 | 110010 | 1001000 |
Color Harmonies of #ACDB92
Complementary color
Monochromatic Colors of #ACDB92
Black with #ACDB92
Text Example
Text Example
White with #ACDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB92; }
p { color: rgb(172,219,146); }
H1.HeaderClassName
{
color: #ACDB92;
}
.AnyTagClassName
{
color: #ACDB92;
}
</style>
background-color css
<style>
a { background-color: #ACDB92; }
a { background-color: rgb(172,219,146); }
div.DivClassName
{
background-color: #ACDB92;
}
.BgClassName
{
background-color: #ACDB92;
}
</style>
border-color css
<style>
span { border-color: #ACDB92; }
span { border-color: rgb(172,219,146); }
td.TdClassName
{
border-color: #ACDB92;
}
.TagClassName
{
border-color: #ACDB92;
}
</style>