Shades of Feijoa #ACD07D
Tints of Feijoa #ACD07D
RGB
CMYK
RGB Variations
Color information
#ACD07D (or 0xACD07D) is known color: Feijoa. HEX triplet: AC, D0 and 7D. RGB value is (172,208,125). Sum of RGB (Red+Green+Blue) = 172+208+125=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07D is #532F82. Grayscale: #BCBCBC. Windows color (decimal): -5451651 or 8245420. OLE color: 8245420.
HSL color Cylindrical-coordinate representation of color #ACD07D: hue angle of 86.02º 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 #ACD07D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 125 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.18 |
| HSL | 86.02º | 0.47% | 0.65% | - |
| HSV(B) | 86.02º | 0.4% | 0.82% | - |
| XYZ | 43.27 | 55.36 | 27.81 | - |
| YUV | 187.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 125 | 0.17 | 0 | 0.40 | 0.18 | 86.02 | 0.47 | 0.65 |
| Hex | AC | D0 | 7D | 11 | 0 | 28 | 12 | 56 | 2F | 41 |
| Octal | 254 | 320 | 175 | 21 | 0 | 50 | 22 | 126 | 57 | 101 |
| Binary | 10101100 | 11010000 | 1111101 | 10001 | 0 | 101000 | 10010 | 1010110 | 101111 | 1000001 |
Color Harmonies of #ACD07D
Complementary color
Monochromatic Colors of #ACD07D
Black with #ACD07D
Text Example
Text Example
White with #ACD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD07D; }
p { color: rgb(172,208,125); }
H1.HeaderClassName
{
color: #ACD07D;
}
.AnyTagClassName
{
color: #ACD07D;
}
</style>
background-color css
<style>
a { background-color: #ACD07D; }
a { background-color: rgb(172,208,125); }
div.DivClassName
{
background-color: #ACD07D;
}
.BgClassName
{
background-color: #ACD07D;
}
</style>
border-color css
<style>
span { border-color: #ACD07D; }
span { border-color: rgb(172,208,125); }
td.TdClassName
{
border-color: #ACD07D;
}
.TagClassName
{
border-color: #ACD07D;
}
</style>