Shades of Feijoa #ACE383
Tints of Feijoa #ACE383
RGB
CMYK
RGB Variations
Color information
#ACE383 (or 0xACE383) is known color: Feijoa. HEX triplet: AC, E3 and 83. RGB value is (172,227,131). Sum of RGB (Red+Green+Blue) = 172+227+131=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE383 is #531C7C. Grayscale: #C7C7C7. Windows color (decimal): -5446781 or 8643500. OLE color: 8643500.
HSL color Cylindrical-coordinate representation of color #ACE383: hue angle of 94.38º 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 #ACE383 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.38º | 0.63% | 0.7% | - |
| HSV(B) | 94.38º | 0.42% | 0.89% | - |
| XYZ | 48.58 | 65.35 | 31.53 | - |
| YUV | 199.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 131 | 0.24 | 0 | 0.42 | 0.11 | 94.38 | 0.63 | 0.7 |
| Hex | AC | E3 | 83 | 18 | 0 | 2A | B | 5E | 3F | 46 |
| Octal | 254 | 343 | 203 | 30 | 0 | 52 | 13 | 136 | 77 | 106 |
| Binary | 10101100 | 11100011 | 10000011 | 11000 | 0 | 101010 | 1011 | 1011110 | 111111 | 1000110 |
Color Harmonies of #ACE383
Complementary color
Monochromatic Colors of #ACE383
Black with #ACE383
Text Example
Text Example
White with #ACE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE383; }
p { color: rgb(172,227,131); }
H1.HeaderClassName
{
color: #ACE383;
}
.AnyTagClassName
{
color: #ACE383;
}
</style>
background-color css
<style>
a { background-color: #ACE383; }
a { background-color: rgb(172,227,131); }
div.DivClassName
{
background-color: #ACE383;
}
.BgClassName
{
background-color: #ACE383;
}
</style>
border-color css
<style>
span { border-color: #ACE383; }
span { border-color: rgb(172,227,131); }
td.TdClassName
{
border-color: #ACE383;
}
.TagClassName
{
border-color: #ACE383;
}
</style>