Shades of Feijoa #ACD092
Tints of Feijoa #ACD092
RGB
CMYK
RGB Variations
Color information
#ACD092 (or 0xACD092) is known color: Feijoa. HEX triplet: AC, D0 and 92. RGB value is (172,208,146). Sum of RGB (Red+Green+Blue) = 172+208+146=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD092 is #532F6D. Grayscale: #BEBEBE. Windows color (decimal): -5451630 or 9621676. OLE color: 9621676.
HSL color Cylindrical-coordinate representation of color #ACD092: hue angle of 94.84º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD092 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 146 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.18 |
| HSL | 94.84º | 0.4% | 0.69% | - |
| HSV(B) | 94.84º | 0.3% | 0.82% | - |
| XYZ | 44.76 | 55.96 | 35.64 | - |
| YUV | 190.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 146 | 0.17 | 0 | 0.30 | 0.18 | 94.84 | 0.4 | 0.69 |
| Hex | AC | D0 | 92 | 11 | 0 | 1E | 12 | 5F | 28 | 45 |
| Octal | 254 | 320 | 222 | 21 | 0 | 36 | 22 | 137 | 50 | 105 |
| Binary | 10101100 | 11010000 | 10010010 | 10001 | 0 | 11110 | 10010 | 1011111 | 101000 | 1000101 |
Color Harmonies of #ACD092
Complementary color
Monochromatic Colors of #ACD092
Black with #ACD092
Text Example
Text Example
White with #ACD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD092; }
p { color: rgb(172,208,146); }
H1.HeaderClassName
{
color: #ACD092;
}
.AnyTagClassName
{
color: #ACD092;
}
</style>
background-color css
<style>
a { background-color: #ACD092; }
a { background-color: rgb(172,208,146); }
div.DivClassName
{
background-color: #ACD092;
}
.BgClassName
{
background-color: #ACD092;
}
</style>
border-color css
<style>
span { border-color: #ACD092; }
span { border-color: rgb(172,208,146); }
td.TdClassName
{
border-color: #ACD092;
}
.TagClassName
{
border-color: #ACD092;
}
</style>