Shades of Feijoa #ACE283
Tints of Feijoa #ACE283
RGB
CMYK
RGB Variations
Color information
#ACE283 (or 0xACE283) is known color: Feijoa. HEX triplet: AC, E2 and 83. RGB value is (172,226,131). Sum of RGB (Red+Green+Blue) = 172+226+131=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE283 is #531D7C. Grayscale: #C7C7C7. Windows color (decimal): -5447037 or 8643244. OLE color: 8643244.
HSL color Cylindrical-coordinate representation of color #ACE283: hue angle of 94.11º degrees, saturation: 0.62, 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 #ACE283 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.11º | 0.62% | 0.7% | - |
| HSV(B) | 94.11º | 0.42% | 0.89% | - |
| XYZ | 48.31 | 64.8 | 31.43 | - |
| YUV | 199.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 131 | 0.24 | 0 | 0.42 | 0.11 | 94.11 | 0.62 | 0.7 |
| Hex | AC | E2 | 83 | 18 | 0 | 2A | B | 5E | 3E | 46 |
| Octal | 254 | 342 | 203 | 30 | 0 | 52 | 13 | 136 | 76 | 106 |
| Binary | 10101100 | 11100010 | 10000011 | 11000 | 0 | 101010 | 1011 | 1011110 | 111110 | 1000110 |
Color Harmonies of #ACE283
Complementary color
Monochromatic Colors of #ACE283
Black with #ACE283
Text Example
Text Example
White with #ACE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE283; }
p { color: rgb(172,226,131); }
H1.HeaderClassName
{
color: #ACE283;
}
.AnyTagClassName
{
color: #ACE283;
}
</style>
background-color css
<style>
a { background-color: #ACE283; }
a { background-color: rgb(172,226,131); }
div.DivClassName
{
background-color: #ACE283;
}
.BgClassName
{
background-color: #ACE283;
}
</style>
border-color css
<style>
span { border-color: #ACE283; }
span { border-color: rgb(172,226,131); }
td.TdClassName
{
border-color: #ACE283;
}
.TagClassName
{
border-color: #ACE283;
}
</style>