Shades of Feijoa #ACE38A
Tints of Feijoa #ACE38A
RGB
CMYK
RGB Variations
Color information
#ACE38A (or 0xACE38A) is known color: Feijoa. HEX triplet: AC, E3 and 8A. RGB value is (172,227,138). Sum of RGB (Red+Green+Blue) = 172+227+138=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38A is #531C75. Grayscale: #C8C8C8. Windows color (decimal): -5446774 or 9102252. OLE color: 9102252.
HSL color Cylindrical-coordinate representation of color #ACE38A: hue angle of 97.08º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE38A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 138 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.11 |
| HSL | 97.08º | 0.61% | 0.72% | - |
| HSV(B) | 97.08º | 0.39% | 0.89% | - |
| XYZ | 49.07 | 65.54 | 34.11 | - |
| YUV | 200.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 138 | 0.24 | 0 | 0.39 | 0.11 | 97.08 | 0.61 | 0.72 |
| Hex | AC | E3 | 8A | 18 | 0 | 27 | B | 61 | 3D | 48 |
| Octal | 254 | 343 | 212 | 30 | 0 | 47 | 13 | 141 | 75 | 110 |
| Binary | 10101100 | 11100011 | 10001010 | 11000 | 0 | 100111 | 1011 | 1100001 | 111101 | 1001000 |
Color Harmonies of #ACE38A
Complementary color
Monochromatic Colors of #ACE38A
Black with #ACE38A
Text Example
Text Example
White with #ACE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE38A; }
p { color: rgb(172,227,138); }
H1.HeaderClassName
{
color: #ACE38A;
}
.AnyTagClassName
{
color: #ACE38A;
}
</style>
background-color css
<style>
a { background-color: #ACE38A; }
a { background-color: rgb(172,227,138); }
div.DivClassName
{
background-color: #ACE38A;
}
.BgClassName
{
background-color: #ACE38A;
}
</style>
border-color css
<style>
span { border-color: #ACE38A; }
span { border-color: rgb(172,227,138); }
td.TdClassName
{
border-color: #ACE38A;
}
.TagClassName
{
border-color: #ACE38A;
}
</style>