Shades of Feijoa #ACE46D
Tints of Feijoa #ACE46D
RGB
CMYK
RGB Variations
Color information
#ACE46D (or 0xACE46D) is known color: Feijoa. HEX triplet: AC, E4 and 6D. RGB value is (172,228,109). Sum of RGB (Red+Green+Blue) = 172+228+109=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE46D is #531B92. Grayscale: #C6C6C6. Windows color (decimal): -5446547 or 7201964. OLE color: 7201964.
HSL color Cylindrical-coordinate representation of color #ACE46D: hue angle of 88.24º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE46D is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 109 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.11 |
| HSL | 88.24º | 0.69% | 0.66% | - |
| HSV(B) | 88.24º | 0.52% | 0.89% | - |
| XYZ | 47.52 | 65.36 | 24.58 | - |
| YUV | 197.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 109 | 0.25 | 0 | 0.52 | 0.11 | 88.24 | 0.69 | 0.66 |
| Hex | AC | E4 | 6D | 19 | 0 | 34 | B | 58 | 45 | 42 |
| Octal | 254 | 344 | 155 | 31 | 0 | 64 | 13 | 130 | 105 | 102 |
| Binary | 10101100 | 11100100 | 1101101 | 11001 | 0 | 110100 | 1011 | 1011000 | 1000101 | 1000010 |
Color Harmonies of #ACE46D
Complementary color
Monochromatic Colors of #ACE46D
Black with #ACE46D
Text Example
Text Example
White with #ACE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE46D; }
p { color: rgb(172,228,109); }
H1.HeaderClassName
{
color: #ACE46D;
}
.AnyTagClassName
{
color: #ACE46D;
}
</style>
background-color css
<style>
a { background-color: #ACE46D; }
a { background-color: rgb(172,228,109); }
div.DivClassName
{
background-color: #ACE46D;
}
.BgClassName
{
background-color: #ACE46D;
}
</style>
border-color css
<style>
span { border-color: #ACE46D; }
span { border-color: rgb(172,228,109); }
td.TdClassName
{
border-color: #ACE46D;
}
.TagClassName
{
border-color: #ACE46D;
}
</style>