Shades of Feijoa #ACE182
Tints of Feijoa #ACE182
RGB
CMYK
RGB Variations
Color information
#ACE182 (or 0xACE182) is known color: Feijoa. HEX triplet: AC, E1 and 82. RGB value is (172,225,130). Sum of RGB (Red+Green+Blue) = 172+225+130=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE182 is #531E7D. Grayscale: #C6C6C6. Windows color (decimal): -5447294 or 8577452. OLE color: 8577452.
HSL color Cylindrical-coordinate representation of color #ACE182: hue angle of 93.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE182 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 130 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.12 |
| HSL | 93.47º | 0.61% | 0.7% | - |
| HSV(B) | 93.47º | 0.42% | 0.88% | - |
| XYZ | 47.97 | 64.23 | 30.99 | - |
| YUV | 198.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 130 | 0.24 | 0 | 0.42 | 0.12 | 93.47 | 0.61 | 0.7 |
| Hex | AC | E1 | 82 | 18 | 0 | 2A | C | 5D | 3D | 46 |
| Octal | 254 | 341 | 202 | 30 | 0 | 52 | 14 | 135 | 75 | 106 |
| Binary | 10101100 | 11100001 | 10000010 | 11000 | 0 | 101010 | 1100 | 1011101 | 111101 | 1000110 |
Color Harmonies of #ACE182
Complementary color
Monochromatic Colors of #ACE182
Black with #ACE182
Text Example
Text Example
White with #ACE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE182; }
p { color: rgb(172,225,130); }
H1.HeaderClassName
{
color: #ACE182;
}
.AnyTagClassName
{
color: #ACE182;
}
</style>
background-color css
<style>
a { background-color: #ACE182; }
a { background-color: rgb(172,225,130); }
div.DivClassName
{
background-color: #ACE182;
}
.BgClassName
{
background-color: #ACE182;
}
</style>
border-color css
<style>
span { border-color: #ACE182; }
span { border-color: rgb(172,225,130); }
td.TdClassName
{
border-color: #ACE182;
}
.TagClassName
{
border-color: #ACE182;
}
</style>