Shades of Feijoa #ACE27B
Tints of Feijoa #ACE27B
RGB
CMYK
RGB Variations
Color information
#ACE27B (or 0xACE27B) is known color: Feijoa. HEX triplet: AC, E2 and 7B. RGB value is (172,226,123). Sum of RGB (Red+Green+Blue) = 172+226+123=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE27B is #531D84. Grayscale: #C6C6C6. Windows color (decimal): -5447045 or 8118956. OLE color: 8118956.
HSL color Cylindrical-coordinate representation of color #ACE27B: hue angle of 91.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE27B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 123 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.11 |
| HSL | 91.46º | 0.64% | 0.68% | - |
| HSV(B) | 91.46º | 0.46% | 0.89% | - |
| XYZ | 47.78 | 64.59 | 28.69 | - |
| YUV | 198.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 123 | 0.24 | 0 | 0.46 | 0.11 | 91.46 | 0.64 | 0.68 |
| Hex | AC | E2 | 7B | 18 | 0 | 2E | B | 5B | 40 | 44 |
| Octal | 254 | 342 | 173 | 30 | 0 | 56 | 13 | 133 | 100 | 104 |
| Binary | 10101100 | 11100010 | 1111011 | 11000 | 0 | 101110 | 1011 | 1011011 | 1000000 | 1000100 |
Color Harmonies of #ACE27B
Complementary color
Monochromatic Colors of #ACE27B
Black with #ACE27B
Text Example
Text Example
White with #ACE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE27B; }
p { color: rgb(172,226,123); }
H1.HeaderClassName
{
color: #ACE27B;
}
.AnyTagClassName
{
color: #ACE27B;
}
</style>
background-color css
<style>
a { background-color: #ACE27B; }
a { background-color: rgb(172,226,123); }
div.DivClassName
{
background-color: #ACE27B;
}
.BgClassName
{
background-color: #ACE27B;
}
</style>
border-color css
<style>
span { border-color: #ACE27B; }
span { border-color: rgb(172,226,123); }
td.TdClassName
{
border-color: #ACE27B;
}
.TagClassName
{
border-color: #ACE27B;
}
</style>