Shades of Feijoa #ACE38B
Tints of Feijoa #ACE38B
RGB
CMYK
RGB Variations
Color information
#ACE38B (or 0xACE38B) is known color: Feijoa. HEX triplet: AC, E3 and 8B. RGB value is (172,227,139). Sum of RGB (Red+Green+Blue) = 172+227+139=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38B is #531C74. Grayscale: #C8C8C8. Windows color (decimal): -5446773 or 9167788. OLE color: 9167788.
HSL color Cylindrical-coordinate representation of color #ACE38B: hue angle of 97.5º 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 #ACE38B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 139 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.11 |
| HSL | 97.5º | 0.61% | 0.72% | - |
| HSV(B) | 97.5º | 0.39% | 0.89% | - |
| XYZ | 49.14 | 65.57 | 34.49 | - |
| YUV | 200.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 139 | 0.24 | 0 | 0.39 | 0.11 | 97.5 | 0.61 | 0.72 |
| Hex | AC | E3 | 8B | 18 | 0 | 27 | B | 62 | 3D | 48 |
| Octal | 254 | 343 | 213 | 30 | 0 | 47 | 13 | 142 | 75 | 110 |
| Binary | 10101100 | 11100011 | 10001011 | 11000 | 0 | 100111 | 1011 | 1100010 | 111101 | 1001000 |
Color Harmonies of #ACE38B
Complementary color
Monochromatic Colors of #ACE38B
Black with #ACE38B
Text Example
Text Example
White with #ACE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE38B; }
p { color: rgb(172,227,139); }
H1.HeaderClassName
{
color: #ACE38B;
}
.AnyTagClassName
{
color: #ACE38B;
}
</style>
background-color css
<style>
a { background-color: #ACE38B; }
a { background-color: rgb(172,227,139); }
div.DivClassName
{
background-color: #ACE38B;
}
.BgClassName
{
background-color: #ACE38B;
}
</style>
border-color css
<style>
span { border-color: #ACE38B; }
span { border-color: rgb(172,227,139); }
td.TdClassName
{
border-color: #ACE38B;
}
.TagClassName
{
border-color: #ACE38B;
}
</style>