Shades of Feijoa #ACD47B
Tints of Feijoa #ACD47B
RGB
CMYK
RGB Variations
Color information
#ACD47B (or 0xACD47B) is known color: Feijoa. HEX triplet: AC, D4 and 7B. RGB value is (172,212,123). Sum of RGB (Red+Green+Blue) = 172+212+123=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD47B is #532B84. Grayscale: #BEBEBE. Windows color (decimal): -5450629 or 8115372. OLE color: 8115372.
HSL color Cylindrical-coordinate representation of color #ACD47B: hue angle of 86.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD47B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 123 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.17 |
| HSL | 86.97º | 0.51% | 0.66% | - |
| HSV(B) | 86.97º | 0.42% | 0.83% | - |
| XYZ | 44.13 | 57.29 | 27.47 | - |
| YUV | 189.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 123 | 0.19 | 0 | 0.42 | 0.17 | 86.97 | 0.51 | 0.66 |
| Hex | AC | D4 | 7B | 13 | 0 | 2A | 11 | 57 | 33 | 42 |
| Octal | 254 | 324 | 173 | 23 | 0 | 52 | 21 | 127 | 63 | 102 |
| Binary | 10101100 | 11010100 | 1111011 | 10011 | 0 | 101010 | 10001 | 1010111 | 110011 | 1000010 |
Color Harmonies of #ACD47B
Complementary color
Monochromatic Colors of #ACD47B
Black with #ACD47B
Text Example
Text Example
White with #ACD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD47B; }
p { color: rgb(172,212,123); }
H1.HeaderClassName
{
color: #ACD47B;
}
.AnyTagClassName
{
color: #ACD47B;
}
</style>
background-color css
<style>
a { background-color: #ACD47B; }
a { background-color: rgb(172,212,123); }
div.DivClassName
{
background-color: #ACD47B;
}
.BgClassName
{
background-color: #ACD47B;
}
</style>
border-color css
<style>
span { border-color: #ACD47B; }
span { border-color: rgb(172,212,123); }
td.TdClassName
{
border-color: #ACD47B;
}
.TagClassName
{
border-color: #ACD47B;
}
</style>