Shades of Feijoa #ACD77B
Tints of Feijoa #ACD77B
RGB
CMYK
RGB Variations
Color information
#ACD77B (or 0xACD77B) is known color: Feijoa. HEX triplet: AC, D7 and 7B. RGB value is (172,215,123). Sum of RGB (Red+Green+Blue) = 172+215+123=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD77B is #532884. Grayscale: #BFBFBF. Windows color (decimal): -5449861 or 8116140. OLE color: 8116140.
HSL color Cylindrical-coordinate representation of color #ACD77B: hue angle of 88.04º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD77B is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 123 | - |
| CMYK | 0.2 | 0 | 0.43 | 0.16 |
| HSL | 88.04º | 0.53% | 0.66% | - |
| HSV(B) | 88.04º | 0.43% | 0.84% | - |
| XYZ | 44.89 | 58.8 | 27.72 | - |
| YUV | 191.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 123 | 0.2 | 0 | 0.43 | 0.16 | 88.04 | 0.53 | 0.66 |
| Hex | AC | D7 | 7B | 14 | 0 | 2B | 10 | 58 | 35 | 42 |
| Octal | 254 | 327 | 173 | 24 | 0 | 53 | 20 | 130 | 65 | 102 |
| Binary | 10101100 | 11010111 | 1111011 | 10100 | 0 | 101011 | 10000 | 1011000 | 110101 | 1000010 |
Color Harmonies of #ACD77B
Complementary color
Monochromatic Colors of #ACD77B
Black with #ACD77B
Text Example
Text Example
White with #ACD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD77B; }
p { color: rgb(172,215,123); }
H1.HeaderClassName
{
color: #ACD77B;
}
.AnyTagClassName
{
color: #ACD77B;
}
</style>
background-color css
<style>
a { background-color: #ACD77B; }
a { background-color: rgb(172,215,123); }
div.DivClassName
{
background-color: #ACD77B;
}
.BgClassName
{
background-color: #ACD77B;
}
</style>
border-color css
<style>
span { border-color: #ACD77B; }
span { border-color: rgb(172,215,123); }
td.TdClassName
{
border-color: #ACD77B;
}
.TagClassName
{
border-color: #ACD77B;
}
</style>