Shades of Feijoa #ACD07C
Tints of Feijoa #ACD07C
RGB
CMYK
RGB Variations
Color information
#ACD07C (or 0xACD07C) is known color: Feijoa. HEX triplet: AC, D0 and 7C. RGB value is (172,208,124). Sum of RGB (Red+Green+Blue) = 172+208+124=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07C is #532F83. Grayscale: #BBBBBB. Windows color (decimal): -5451652 or 8179884. OLE color: 8179884.
HSL color Cylindrical-coordinate representation of color #ACD07C: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD07C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 124 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.18 |
| HSL | 85.71º | 0.47% | 0.65% | - |
| HSV(B) | 85.71º | 0.4% | 0.82% | - |
| XYZ | 43.21 | 55.34 | 27.47 | - |
| YUV | 187.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 124 | 0.17 | 0 | 0.40 | 0.18 | 85.71 | 0.47 | 0.65 |
| Hex | AC | D0 | 7C | 11 | 0 | 28 | 12 | 56 | 2F | 41 |
| Octal | 254 | 320 | 174 | 21 | 0 | 50 | 22 | 126 | 57 | 101 |
| Binary | 10101100 | 11010000 | 1111100 | 10001 | 0 | 101000 | 10010 | 1010110 | 101111 | 1000001 |
Color Harmonies of #ACD07C
Complementary color
Monochromatic Colors of #ACD07C
Black with #ACD07C
Text Example
Text Example
White with #ACD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD07C; }
p { color: rgb(172,208,124); }
H1.HeaderClassName
{
color: #ACD07C;
}
.AnyTagClassName
{
color: #ACD07C;
}
</style>
background-color css
<style>
a { background-color: #ACD07C; }
a { background-color: rgb(172,208,124); }
div.DivClassName
{
background-color: #ACD07C;
}
.BgClassName
{
background-color: #ACD07C;
}
</style>
border-color css
<style>
span { border-color: #ACD07C; }
span { border-color: rgb(172,208,124); }
td.TdClassName
{
border-color: #ACD07C;
}
.TagClassName
{
border-color: #ACD07C;
}
</style>