Shades of Feijoa #ACDB81
Tints of Feijoa #ACDB81
RGB
CMYK
RGB Variations
Color information
#ACDB81 (or 0xACDB81) is known color: Feijoa. HEX triplet: AC, DB and 81. RGB value is (172,219,129). Sum of RGB (Red+Green+Blue) = 172+219+129=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB81 is #53247E. Grayscale: #C2C2C2. Windows color (decimal): -5448831 or 8510380. OLE color: 8510380.
HSL color Cylindrical-coordinate representation of color #ACDB81: hue angle of 91.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDB81 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 129 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.14 |
| HSL | 91.33º | 0.56% | 0.68% | - |
| HSV(B) | 91.33º | 0.41% | 0.86% | - |
| XYZ | 46.31 | 61.02 | 30.11 | - |
| YUV | 194.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 129 | 0.21 | 0 | 0.41 | 0.14 | 91.33 | 0.56 | 0.68 |
| Hex | AC | DB | 81 | 15 | 0 | 29 | E | 5B | 38 | 44 |
| Octal | 254 | 333 | 201 | 25 | 0 | 51 | 16 | 133 | 70 | 104 |
| Binary | 10101100 | 11011011 | 10000001 | 10101 | 0 | 101001 | 1110 | 1011011 | 111000 | 1000100 |
Color Harmonies of #ACDB81
Complementary color
Monochromatic Colors of #ACDB81
Black with #ACDB81
Text Example
Text Example
White with #ACDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB81; }
p { color: rgb(172,219,129); }
H1.HeaderClassName
{
color: #ACDB81;
}
.AnyTagClassName
{
color: #ACDB81;
}
</style>
background-color css
<style>
a { background-color: #ACDB81; }
a { background-color: rgb(172,219,129); }
div.DivClassName
{
background-color: #ACDB81;
}
.BgClassName
{
background-color: #ACDB81;
}
</style>
border-color css
<style>
span { border-color: #ACDB81; }
span { border-color: rgb(172,219,129); }
td.TdClassName
{
border-color: #ACDB81;
}
.TagClassName
{
border-color: #ACDB81;
}
</style>