Shades of Feijoa #ACD37A
Tints of Feijoa #ACD37A
RGB
CMYK
RGB Variations
Color information
#ACD37A (or 0xACD37A) is known color: Feijoa. HEX triplet: AC, D3 and 7A. RGB value is (172,211,122). Sum of RGB (Red+Green+Blue) = 172+211+122=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD37A is #532C85. Grayscale: #BDBDBD. Windows color (decimal): -5450886 or 8049580. OLE color: 8049580.
HSL color Cylindrical-coordinate representation of color #ACD37A: hue angle of 86.29º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD37A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 122 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.17 |
| HSL | 86.29º | 0.5% | 0.65% | - |
| HSV(B) | 86.29º | 0.42% | 0.83% | - |
| XYZ | 43.82 | 56.76 | 27.06 | - |
| YUV | 189.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 122 | 0.18 | 0 | 0.42 | 0.17 | 86.29 | 0.5 | 0.65 |
| Hex | AC | D3 | 7A | 12 | 0 | 2A | 11 | 56 | 32 | 41 |
| Octal | 254 | 323 | 172 | 22 | 0 | 52 | 21 | 126 | 62 | 101 |
| Binary | 10101100 | 11010011 | 1111010 | 10010 | 0 | 101010 | 10001 | 1010110 | 110010 | 1000001 |
Color Harmonies of #ACD37A
Complementary color
Monochromatic Colors of #ACD37A
Black with #ACD37A
Text Example
Text Example
White with #ACD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD37A; }
p { color: rgb(172,211,122); }
H1.HeaderClassName
{
color: #ACD37A;
}
.AnyTagClassName
{
color: #ACD37A;
}
</style>
background-color css
<style>
a { background-color: #ACD37A; }
a { background-color: rgb(172,211,122); }
div.DivClassName
{
background-color: #ACD37A;
}
.BgClassName
{
background-color: #ACD37A;
}
</style>
border-color css
<style>
span { border-color: #ACD37A; }
span { border-color: rgb(172,211,122); }
td.TdClassName
{
border-color: #ACD37A;
}
.TagClassName
{
border-color: #ACD37A;
}
</style>