Shades of Feijoa #ACD17F
Tints of Feijoa #ACD17F
RGB
CMYK
RGB Variations
Color information
#ACD17F (or 0xACD17F) is known color: Feijoa. HEX triplet: AC, D1 and 7F. RGB value is (172,209,127). Sum of RGB (Red+Green+Blue) = 172+209+127=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD17F is #532E80. Grayscale: #BCBCBC. Windows color (decimal): -5451393 or 8376748. OLE color: 8376748.
HSL color Cylindrical-coordinate representation of color #ACD17F: hue angle of 87.07º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD17F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 127 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.18 |
| HSL | 87.07º | 0.47% | 0.66% | - |
| HSV(B) | 87.07º | 0.39% | 0.82% | - |
| XYZ | 43.64 | 55.9 | 28.57 | - |
| YUV | 188.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 127 | 0.18 | 0 | 0.39 | 0.18 | 87.07 | 0.47 | 0.66 |
| Hex | AC | D1 | 7F | 12 | 0 | 27 | 12 | 57 | 2F | 42 |
| Octal | 254 | 321 | 177 | 22 | 0 | 47 | 22 | 127 | 57 | 102 |
| Binary | 10101100 | 11010001 | 1111111 | 10010 | 0 | 100111 | 10010 | 1010111 | 101111 | 1000010 |
Color Harmonies of #ACD17F
Complementary color
Monochromatic Colors of #ACD17F
Black with #ACD17F
Text Example
Text Example
White with #ACD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD17F; }
p { color: rgb(172,209,127); }
H1.HeaderClassName
{
color: #ACD17F;
}
.AnyTagClassName
{
color: #ACD17F;
}
</style>
background-color css
<style>
a { background-color: #ACD17F; }
a { background-color: rgb(172,209,127); }
div.DivClassName
{
background-color: #ACD17F;
}
.BgClassName
{
background-color: #ACD17F;
}
</style>
border-color css
<style>
span { border-color: #ACD17F; }
span { border-color: rgb(172,209,127); }
td.TdClassName
{
border-color: #ACD17F;
}
.TagClassName
{
border-color: #ACD17F;
}
</style>