Shades of Feijoa #ACD87B
Tints of Feijoa #ACD87B
RGB
CMYK
RGB Variations
Color information
#ACD87B (or 0xACD87B) is known color: Feijoa. HEX triplet: AC, D8 and 7B. RGB value is (172,216,123). Sum of RGB (Red+Green+Blue) = 172+216+123=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87B is #532784. Grayscale: #C0C0C0. Windows color (decimal): -5449605 or 8116396. OLE color: 8116396.
HSL color Cylindrical-coordinate representation of color #ACD87B: hue angle of 88.39º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD87B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 123 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.15 |
| HSL | 88.39º | 0.54% | 0.66% | - |
| HSV(B) | 88.39º | 0.43% | 0.85% | - |
| XYZ | 45.14 | 59.31 | 27.81 | - |
| YUV | 192.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 123 | 0.20 | 0 | 0.43 | 0.15 | 88.39 | 0.54 | 0.66 |
| Hex | AC | D8 | 7B | 14 | 0 | 2B | F | 58 | 36 | 42 |
| Octal | 254 | 330 | 173 | 24 | 0 | 53 | 17 | 130 | 66 | 102 |
| Binary | 10101100 | 11011000 | 1111011 | 10100 | 0 | 101011 | 1111 | 1011000 | 110110 | 1000010 |
Color Harmonies of #ACD87B
Complementary color
Monochromatic Colors of #ACD87B
Black with #ACD87B
Text Example
Text Example
White with #ACD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD87B; }
p { color: rgb(172,216,123); }
H1.HeaderClassName
{
color: #ACD87B;
}
.AnyTagClassName
{
color: #ACD87B;
}
</style>
background-color css
<style>
a { background-color: #ACD87B; }
a { background-color: rgb(172,216,123); }
div.DivClassName
{
background-color: #ACD87B;
}
.BgClassName
{
background-color: #ACD87B;
}
</style>
border-color css
<style>
span { border-color: #ACD87B; }
span { border-color: rgb(172,216,123); }
td.TdClassName
{
border-color: #ACD87B;
}
.TagClassName
{
border-color: #ACD87B;
}
</style>