Shades of Feijoa #ACE97D
Tints of Feijoa #ACE97D
RGB
CMYK
RGB Variations
Color information
#ACE97D (or 0xACE97D) is known color: Feijoa. HEX triplet: AC, E9 and 7D. RGB value is (172,233,125). Sum of RGB (Red+Green+Blue) = 172+233+125=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE97D is #531682. Grayscale: #CACACA. Windows color (decimal): -5445251 or 8251820. OLE color: 8251820.
HSL color Cylindrical-coordinate representation of color #ACE97D: hue angle of 93.89º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE97D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 233 | 125 | - |
CMYK | 0.26 | 0 | 0.46 | 0.09 |
HSL | 93.89º | 0.71% | 0.7% | - |
HSV(B) | 93.89º | 0.46% | 0.91% | - |
XYZ | 49.85 | 68.53 | 30 | - |
YUV | 202.45 | 84.29 | 106.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 233 | 125 | 0.26 | 0 | 0.46 | 0.09 | 93.89 | 0.71 | 0.7 |
Hex | AC | E9 | 7D | 1A | 0 | 2E | 9 | 5E | 47 | 46 |
Octal | 254 | 351 | 175 | 32 | 0 | 56 | 11 | 136 | 107 | 106 |
Binary | 10101100 | 11101001 | 1111101 | 11010 | 0 | 101110 | 1001 | 1011110 | 1000111 | 1000110 |
Color Harmonies of #ACE97D
Complementary color
Monochromatic Colors of #ACE97D
Black with #ACE97D
Text Example
Text Example
White with #ACE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE97D; }
p { color: rgb(172,233,125); }
H1.HeaderClassName
{
color: #ACE97D;
}
.AnyTagClassName
{
color: #ACE97D;
}
</style>
background-color css
<style>
a { background-color: #ACE97D; }
a { background-color: rgb(172,233,125); }
div.DivClassName
{
background-color: #ACE97D;
}
.BgClassName
{
background-color: #ACE97D;
}
</style>
border-color css
<style>
span { border-color: #ACE97D; }
span { border-color: rgb(172,233,125); }
td.TdClassName
{
border-color: #ACE97D;
}
.TagClassName
{
border-color: #ACE97D;
}
</style>