Shades of Feijoa #ACD08B
Tints of Feijoa #ACD08B
RGB
CMYK
RGB Variations
Color information
#ACD08B (or 0xACD08B) is known color: Feijoa. HEX triplet: AC, D0 and 8B. RGB value is (172,208,139). Sum of RGB (Red+Green+Blue) = 172+208+139=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08B is #532F74. Grayscale: #BDBDBD. Windows color (decimal): -5451637 or 9162924. OLE color: 9162924.
HSL color Cylindrical-coordinate representation of color #ACD08B: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD08B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 139 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.18 |
| HSL | 91.3º | 0.42% | 0.68% | - |
| HSV(B) | 91.3º | 0.33% | 0.82% | - |
| XYZ | 44.23 | 55.75 | 32.86 | - |
| YUV | 189.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 139 | 0.17 | 0 | 0.33 | 0.18 | 91.3 | 0.42 | 0.68 |
| Hex | AC | D0 | 8B | 11 | 0 | 21 | 12 | 5B | 2A | 44 |
| Octal | 254 | 320 | 213 | 21 | 0 | 41 | 22 | 133 | 52 | 104 |
| Binary | 10101100 | 11010000 | 10001011 | 10001 | 0 | 100001 | 10010 | 1011011 | 101010 | 1000100 |
Color Harmonies of #ACD08B
Complementary color
Monochromatic Colors of #ACD08B
Black with #ACD08B
Text Example
Text Example
White with #ACD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD08B; }
p { color: rgb(172,208,139); }
H1.HeaderClassName
{
color: #ACD08B;
}
.AnyTagClassName
{
color: #ACD08B;
}
</style>
background-color css
<style>
a { background-color: #ACD08B; }
a { background-color: rgb(172,208,139); }
div.DivClassName
{
background-color: #ACD08B;
}
.BgClassName
{
background-color: #ACD08B;
}
</style>
border-color css
<style>
span { border-color: #ACD08B; }
span { border-color: rgb(172,208,139); }
td.TdClassName
{
border-color: #ACD08B;
}
.TagClassName
{
border-color: #ACD08B;
}
</style>