Shades of Feijoa #ACD38B
Tints of Feijoa #ACD38B
RGB
CMYK
RGB Variations
Color information
#ACD38B (or 0xACD38B) is known color: Feijoa. HEX triplet: AC, D3 and 8B. RGB value is (172,211,139). Sum of RGB (Red+Green+Blue) = 172+211+139=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD38B is #532C74. Grayscale: #BFBFBF. Windows color (decimal): -5450869 or 9163692. OLE color: 9163692.
HSL color Cylindrical-coordinate representation of color #ACD38B: hue angle of 92.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD38B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 139 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.17 |
| HSL | 92.5º | 0.45% | 0.69% | - |
| HSV(B) | 92.5º | 0.34% | 0.83% | - |
| XYZ | 44.97 | 57.22 | 33.1 | - |
| YUV | 191.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 139 | 0.18 | 0 | 0.34 | 0.17 | 92.5 | 0.45 | 0.69 |
| Hex | AC | D3 | 8B | 12 | 0 | 22 | 11 | 5C | 2D | 45 |
| Octal | 254 | 323 | 213 | 22 | 0 | 42 | 21 | 134 | 55 | 105 |
| Binary | 10101100 | 11010011 | 10001011 | 10010 | 0 | 100010 | 10001 | 1011100 | 101101 | 1000101 |
Color Harmonies of #ACD38B
Complementary color
Monochromatic Colors of #ACD38B
Black with #ACD38B
Text Example
Text Example
White with #ACD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD38B; }
p { color: rgb(172,211,139); }
H1.HeaderClassName
{
color: #ACD38B;
}
.AnyTagClassName
{
color: #ACD38B;
}
</style>
background-color css
<style>
a { background-color: #ACD38B; }
a { background-color: rgb(172,211,139); }
div.DivClassName
{
background-color: #ACD38B;
}
.BgClassName
{
background-color: #ACD38B;
}
</style>
border-color css
<style>
span { border-color: #ACD38B; }
span { border-color: rgb(172,211,139); }
td.TdClassName
{
border-color: #ACD38B;
}
.TagClassName
{
border-color: #ACD38B;
}
</style>