Shades of Feijoa #ACE384
Tints of Feijoa #ACE384
RGB
CMYK
RGB Variations
Color information
#ACE384 (or 0xACE384) is known color: Feijoa. HEX triplet: AC, E3 and 84. RGB value is (172,227,132). Sum of RGB (Red+Green+Blue) = 172+227+132=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE384 is #531C7B. Grayscale: #C8C8C8. Windows color (decimal): -5446780 or 8709036. OLE color: 8709036.
HSL color Cylindrical-coordinate representation of color #ACE384: hue angle of 94.74º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE384 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 132 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.74º | 0.63% | 0.7% | - |
| HSV(B) | 94.74º | 0.42% | 0.89% | - |
| XYZ | 48.65 | 65.37 | 31.88 | - |
| YUV | 199.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 132 | 0.24 | 0 | 0.42 | 0.11 | 94.74 | 0.63 | 0.7 |
| Hex | AC | E3 | 84 | 18 | 0 | 2A | B | 5F | 3F | 46 |
| Octal | 254 | 343 | 204 | 30 | 0 | 52 | 13 | 137 | 77 | 106 |
| Binary | 10101100 | 11100011 | 10000100 | 11000 | 0 | 101010 | 1011 | 1011111 | 111111 | 1000110 |
Color Harmonies of #ACE384
Complementary color
Monochromatic Colors of #ACE384
Black with #ACE384
Text Example
Text Example
White with #ACE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE384; }
p { color: rgb(172,227,132); }
H1.HeaderClassName
{
color: #ACE384;
}
.AnyTagClassName
{
color: #ACE384;
}
</style>
background-color css
<style>
a { background-color: #ACE384; }
a { background-color: rgb(172,227,132); }
div.DivClassName
{
background-color: #ACE384;
}
.BgClassName
{
background-color: #ACE384;
}
</style>
border-color css
<style>
span { border-color: #ACE384; }
span { border-color: rgb(172,227,132); }
td.TdClassName
{
border-color: #ACE384;
}
.TagClassName
{
border-color: #ACE384;
}
</style>