Shades of Feijoa #ACE779
Tints of Feijoa #ACE779
RGB
CMYK
RGB Variations
Color information
#ACE779 (or 0xACE779) is known color: Feijoa. HEX triplet: AC, E7 and 79. RGB value is (172,231,121). Sum of RGB (Red+Green+Blue) = 172+231+121=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE779 is #531886. Grayscale: #C9C9C9. Windows color (decimal): -5445767 or 7989164. OLE color: 7989164.
HSL color Cylindrical-coordinate representation of color #ACE779: hue angle of 92.18º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE779 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 121 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.09 |
| HSL | 92.18º | 0.7% | 0.69% | - |
| HSV(B) | 92.18º | 0.48% | 0.91% | - |
| XYZ | 49.04 | 67.3 | 28.5 | - |
| YUV | 200.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 121 | 0.26 | 0 | 0.48 | 0.09 | 92.18 | 0.7 | 0.69 |
| Hex | AC | E7 | 79 | 1A | 0 | 30 | 9 | 5C | 46 | 45 |
| Octal | 254 | 347 | 171 | 32 | 0 | 60 | 11 | 134 | 106 | 105 |
| Binary | 10101100 | 11100111 | 1111001 | 11010 | 0 | 110000 | 1001 | 1011100 | 1000110 | 1000101 |
Color Harmonies of #ACE779
Complementary color
Monochromatic Colors of #ACE779
Black with #ACE779
Text Example
Text Example
White with #ACE779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE779; }
p { color: rgb(172,231,121); }
H1.HeaderClassName
{
color: #ACE779;
}
.AnyTagClassName
{
color: #ACE779;
}
</style>
background-color css
<style>
a { background-color: #ACE779; }
a { background-color: rgb(172,231,121); }
div.DivClassName
{
background-color: #ACE779;
}
.BgClassName
{
background-color: #ACE779;
}
</style>
border-color css
<style>
span { border-color: #ACE779; }
span { border-color: rgb(172,231,121); }
td.TdClassName
{
border-color: #ACE779;
}
.TagClassName
{
border-color: #ACE779;
}
</style>