Shades of Feijoa #ACD17E
Tints of Feijoa #ACD17E
RGB
CMYK
RGB Variations
Color information
#ACD17E (or 0xACD17E) is known color: Feijoa. HEX triplet: AC, D1 and 7E. RGB value is (172,209,126). Sum of RGB (Red+Green+Blue) = 172+209+126=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD17E is #532E81. Grayscale: #BCBCBC. Windows color (decimal): -5451394 or 8311212. OLE color: 8311212.
HSL color Cylindrical-coordinate representation of color #ACD17E: hue angle of 86.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD17E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 126 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.18 |
| HSL | 86.75º | 0.47% | 0.66% | - |
| HSV(B) | 86.75º | 0.4% | 0.82% | - |
| XYZ | 43.58 | 55.88 | 28.23 | - |
| YUV | 188.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 126 | 0.18 | 0 | 0.40 | 0.18 | 86.75 | 0.47 | 0.66 |
| Hex | AC | D1 | 7E | 12 | 0 | 28 | 12 | 57 | 2F | 42 |
| Octal | 254 | 321 | 176 | 22 | 0 | 50 | 22 | 127 | 57 | 102 |
| Binary | 10101100 | 11010001 | 1111110 | 10010 | 0 | 101000 | 10010 | 1010111 | 101111 | 1000010 |
Color Harmonies of #ACD17E
Complementary color
Monochromatic Colors of #ACD17E
Black with #ACD17E
Text Example
Text Example
White with #ACD17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD17E; }
p { color: rgb(172,209,126); }
H1.HeaderClassName
{
color: #ACD17E;
}
.AnyTagClassName
{
color: #ACD17E;
}
</style>
background-color css
<style>
a { background-color: #ACD17E; }
a { background-color: rgb(172,209,126); }
div.DivClassName
{
background-color: #ACD17E;
}
.BgClassName
{
background-color: #ACD17E;
}
</style>
border-color css
<style>
span { border-color: #ACD17E; }
span { border-color: rgb(172,209,126); }
td.TdClassName
{
border-color: #ACD17E;
}
.TagClassName
{
border-color: #ACD17E;
}
</style>