Shades of Feijoa #ACD37F
Tints of Feijoa #ACD37F
RGB
CMYK
RGB Variations
Color information
#ACD37F (or 0xACD37F) is known color: Feijoa. HEX triplet: AC, D3 and 7F. RGB value is (172,211,127). Sum of RGB (Red+Green+Blue) = 172+211+127=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD37F is #532C80. Grayscale: #BEBEBE. Windows color (decimal): -5450881 or 8377260. OLE color: 8377260.
HSL color Cylindrical-coordinate representation of color #ACD37F: hue angle of 87.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD37F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 127 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.17 |
| HSL | 87.86º | 0.49% | 0.66% | - |
| HSV(B) | 87.86º | 0.4% | 0.83% | - |
| XYZ | 44.14 | 56.89 | 28.73 | - |
| YUV | 189.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 127 | 0.18 | 0 | 0.40 | 0.17 | 87.86 | 0.49 | 0.66 |
| Hex | AC | D3 | 7F | 12 | 0 | 28 | 11 | 58 | 31 | 42 |
| Octal | 254 | 323 | 177 | 22 | 0 | 50 | 21 | 130 | 61 | 102 |
| Binary | 10101100 | 11010011 | 1111111 | 10010 | 0 | 101000 | 10001 | 1011000 | 110001 | 1000010 |
Color Harmonies of #ACD37F
Complementary color
Monochromatic Colors of #ACD37F
Black with #ACD37F
Text Example
Text Example
White with #ACD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD37F; }
p { color: rgb(172,211,127); }
H1.HeaderClassName
{
color: #ACD37F;
}
.AnyTagClassName
{
color: #ACD37F;
}
</style>
background-color css
<style>
a { background-color: #ACD37F; }
a { background-color: rgb(172,211,127); }
div.DivClassName
{
background-color: #ACD37F;
}
.BgClassName
{
background-color: #ACD37F;
}
</style>
border-color css
<style>
span { border-color: #ACD37F; }
span { border-color: rgb(172,211,127); }
td.TdClassName
{
border-color: #ACD37F;
}
.TagClassName
{
border-color: #ACD37F;
}
</style>