Shades of Feijoa #ACE582
Tints of Feijoa #ACE582
RGB
CMYK
RGB Variations
Color information
#ACE582 (or 0xACE582) is known color: Feijoa. HEX triplet: AC, E5 and 82. RGB value is (172,229,130). Sum of RGB (Red+Green+Blue) = 172+229+130=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE582 is #531A7D. Grayscale: #C9C9C9. Windows color (decimal): -5446270 or 8578476. OLE color: 8578476.
HSL color Cylindrical-coordinate representation of color #ACE582: hue angle of 94.55º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE582 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 130 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.10 |
| HSL | 94.55º | 0.66% | 0.7% | - |
| HSV(B) | 94.55º | 0.43% | 0.9% | - |
| XYZ | 49.06 | 66.42 | 31.35 | - |
| YUV | 200.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 130 | 0.25 | 0 | 0.43 | 0.10 | 94.55 | 0.66 | 0.7 |
| Hex | AC | E5 | 82 | 19 | 0 | 2B | A | 5F | 42 | 46 |
| Octal | 254 | 345 | 202 | 31 | 0 | 53 | 12 | 137 | 102 | 106 |
| Binary | 10101100 | 11100101 | 10000010 | 11001 | 0 | 101011 | 1010 | 1011111 | 1000010 | 1000110 |
Color Harmonies of #ACE582
Complementary color
Monochromatic Colors of #ACE582
Black with #ACE582
Text Example
Text Example
White with #ACE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE582; }
p { color: rgb(172,229,130); }
H1.HeaderClassName
{
color: #ACE582;
}
.AnyTagClassName
{
color: #ACE582;
}
</style>
background-color css
<style>
a { background-color: #ACE582; }
a { background-color: rgb(172,229,130); }
div.DivClassName
{
background-color: #ACE582;
}
.BgClassName
{
background-color: #ACE582;
}
</style>
border-color css
<style>
span { border-color: #ACE582; }
span { border-color: rgb(172,229,130); }
td.TdClassName
{
border-color: #ACE582;
}
.TagClassName
{
border-color: #ACE582;
}
</style>