Shades of Feijoa #ACD57E
Tints of Feijoa #ACD57E
RGB
CMYK
RGB Variations
Color information
#ACD57E (or 0xACD57E) is known color: Feijoa. HEX triplet: AC, D5 and 7E. RGB value is (172,213,126). Sum of RGB (Red+Green+Blue) = 172+213+126=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57E is #532A81. Grayscale: #BFBFBF. Windows color (decimal): -5450370 or 8312236. OLE color: 8312236.
HSL color Cylindrical-coordinate representation of color #ACD57E: hue angle of 88.28º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD57E is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 126 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.16 |
| HSL | 88.28º | 0.51% | 0.66% | - |
| HSV(B) | 88.28º | 0.41% | 0.84% | - |
| XYZ | 44.57 | 57.87 | 28.56 | - |
| YUV | 190.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 126 | 0.19 | 0 | 0.41 | 0.16 | 88.28 | 0.51 | 0.66 |
| Hex | AC | D5 | 7E | 13 | 0 | 29 | 10 | 58 | 33 | 42 |
| Octal | 254 | 325 | 176 | 23 | 0 | 51 | 20 | 130 | 63 | 102 |
| Binary | 10101100 | 11010101 | 1111110 | 10011 | 0 | 101001 | 10000 | 1011000 | 110011 | 1000010 |
Color Harmonies of #ACD57E
Complementary color
Monochromatic Colors of #ACD57E
Black with #ACD57E
Text Example
Text Example
White with #ACD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD57E; }
p { color: rgb(172,213,126); }
H1.HeaderClassName
{
color: #ACD57E;
}
.AnyTagClassName
{
color: #ACD57E;
}
</style>
background-color css
<style>
a { background-color: #ACD57E; }
a { background-color: rgb(172,213,126); }
div.DivClassName
{
background-color: #ACD57E;
}
.BgClassName
{
background-color: #ACD57E;
}
</style>
border-color css
<style>
span { border-color: #ACD57E; }
span { border-color: rgb(172,213,126); }
td.TdClassName
{
border-color: #ACD57E;
}
.TagClassName
{
border-color: #ACD57E;
}
</style>