Shades of Feijoa #ACD47A
Tints of Feijoa #ACD47A
RGB
CMYK
RGB Variations
Color information
#ACD47A (or 0xACD47A) is known color: Feijoa. HEX triplet: AC, D4 and 7A. RGB value is (172,212,122). Sum of RGB (Red+Green+Blue) = 172+212+122=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD47A is #532B85. Grayscale: #BEBEBE. Windows color (decimal): -5450630 or 8049836. OLE color: 8049836.
HSL color Cylindrical-coordinate representation of color #ACD47A: hue angle of 86.67º degrees, saturation: 0.51, 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 #ACD47A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 122 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.17 |
| HSL | 86.67º | 0.51% | 0.65% | - |
| HSV(B) | 86.67º | 0.42% | 0.83% | - |
| XYZ | 44.07 | 57.26 | 27.14 | - |
| YUV | 189.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 122 | 0.19 | 0 | 0.42 | 0.17 | 86.67 | 0.51 | 0.65 |
| Hex | AC | D4 | 7A | 13 | 0 | 2A | 11 | 57 | 33 | 41 |
| Octal | 254 | 324 | 172 | 23 | 0 | 52 | 21 | 127 | 63 | 101 |
| Binary | 10101100 | 11010100 | 1111010 | 10011 | 0 | 101010 | 10001 | 1010111 | 110011 | 1000001 |
Color Harmonies of #ACD47A
Complementary color
Monochromatic Colors of #ACD47A
Black with #ACD47A
Text Example
Text Example
White with #ACD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD47A; }
p { color: rgb(172,212,122); }
H1.HeaderClassName
{
color: #ACD47A;
}
.AnyTagClassName
{
color: #ACD47A;
}
</style>
background-color css
<style>
a { background-color: #ACD47A; }
a { background-color: rgb(172,212,122); }
div.DivClassName
{
background-color: #ACD47A;
}
.BgClassName
{
background-color: #ACD47A;
}
</style>
border-color css
<style>
span { border-color: #ACD47A; }
span { border-color: rgb(172,212,122); }
td.TdClassName
{
border-color: #ACD47A;
}
.TagClassName
{
border-color: #ACD47A;
}
</style>