Shades of Feijoa #ACE07B
Tints of Feijoa #ACE07B
RGB
CMYK
RGB Variations
Color information
#ACE07B (or 0xACE07B) is known color: Feijoa. HEX triplet: AC, E0 and 7B. RGB value is (172,224,123). Sum of RGB (Red+Green+Blue) = 172+224+123=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE07B is #531F84. Grayscale: #C5C5C5. Windows color (decimal): -5447557 or 8118444. OLE color: 8118444.
HSL color Cylindrical-coordinate representation of color #ACE07B: hue angle of 90.89º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE07B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 123 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.12 |
| HSL | 90.89º | 0.62% | 0.68% | - |
| HSV(B) | 90.89º | 0.45% | 0.88% | - |
| XYZ | 47.24 | 63.51 | 28.51 | - |
| YUV | 196.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 123 | 0.23 | 0 | 0.45 | 0.12 | 90.89 | 0.62 | 0.68 |
| Hex | AC | E0 | 7B | 17 | 0 | 2D | C | 5B | 3E | 44 |
| Octal | 254 | 340 | 173 | 27 | 0 | 55 | 14 | 133 | 76 | 104 |
| Binary | 10101100 | 11100000 | 1111011 | 10111 | 0 | 101101 | 1100 | 1011011 | 111110 | 1000100 |
Color Harmonies of #ACE07B
Complementary color
Monochromatic Colors of #ACE07B
Black with #ACE07B
Text Example
Text Example
White with #ACE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE07B; }
p { color: rgb(172,224,123); }
H1.HeaderClassName
{
color: #ACE07B;
}
.AnyTagClassName
{
color: #ACE07B;
}
</style>
background-color css
<style>
a { background-color: #ACE07B; }
a { background-color: rgb(172,224,123); }
div.DivClassName
{
background-color: #ACE07B;
}
.BgClassName
{
background-color: #ACE07B;
}
</style>
border-color css
<style>
span { border-color: #ACE07B; }
span { border-color: rgb(172,224,123); }
td.TdClassName
{
border-color: #ACE07B;
}
.TagClassName
{
border-color: #ACE07B;
}
</style>