Shades of Feijoa #ACDE7B
Tints of Feijoa #ACDE7B
RGB
CMYK
RGB Variations
Color information
#ACDE7B (or 0xACDE7B) is known color: Feijoa. HEX triplet: AC, DE and 7B. RGB value is (172,222,123). Sum of RGB (Red+Green+Blue) = 172+222+123=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE7B is #532184. Grayscale: #C4C4C4. Windows color (decimal): -5448069 or 8117932. OLE color: 8117932.
HSL color Cylindrical-coordinate representation of color #ACDE7B: hue angle of 90.3º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDE7B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 123 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 90.3º | 0.6% | 0.68% | - |
| HSV(B) | 90.3º | 0.45% | 0.87% | - |
| XYZ | 46.71 | 62.44 | 28.33 | - |
| YUV | 195.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 123 | 0.23 | 0 | 0.45 | 0.13 | 90.3 | 0.6 | 0.68 |
| Hex | AC | DE | 7B | 17 | 0 | 2D | D | 5A | 3C | 44 |
| Octal | 254 | 336 | 173 | 27 | 0 | 55 | 15 | 132 | 74 | 104 |
| Binary | 10101100 | 11011110 | 1111011 | 10111 | 0 | 101101 | 1101 | 1011010 | 111100 | 1000100 |
Color Harmonies of #ACDE7B
Complementary color
Monochromatic Colors of #ACDE7B
Black with #ACDE7B
Text Example
Text Example
White with #ACDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE7B; }
p { color: rgb(172,222,123); }
H1.HeaderClassName
{
color: #ACDE7B;
}
.AnyTagClassName
{
color: #ACDE7B;
}
</style>
background-color css
<style>
a { background-color: #ACDE7B; }
a { background-color: rgb(172,222,123); }
div.DivClassName
{
background-color: #ACDE7B;
}
.BgClassName
{
background-color: #ACDE7B;
}
</style>
border-color css
<style>
span { border-color: #ACDE7B; }
span { border-color: rgb(172,222,123); }
td.TdClassName
{
border-color: #ACDE7B;
}
.TagClassName
{
border-color: #ACDE7B;
}
</style>