Shades of Feijoa #ACE98A
Tints of Feijoa #ACE98A
RGB
CMYK
RGB Variations
Color information
#ACE98A (or 0xACE98A) is known color: Feijoa. HEX triplet: AC, E9 and 8A. RGB value is (172,233,138). Sum of RGB (Red+Green+Blue) = 172+233+138=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE98A is #531675. Grayscale: #CCCCCC. Windows color (decimal): -5445238 or 9103788. OLE color: 9103788.
HSL color Cylindrical-coordinate representation of color #ACE98A: hue angle of 98.53º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE98A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 138 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.09 |
| HSL | 98.53º | 0.68% | 0.73% | - |
| HSV(B) | 98.53º | 0.41% | 0.91% | - |
| XYZ | 50.74 | 68.88 | 34.67 | - |
| YUV | 203.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 138 | 0.26 | 0 | 0.41 | 0.09 | 98.53 | 0.68 | 0.73 |
| Hex | AC | E9 | 8A | 1A | 0 | 29 | 9 | 63 | 44 | 49 |
| Octal | 254 | 351 | 212 | 32 | 0 | 51 | 11 | 143 | 104 | 111 |
| Binary | 10101100 | 11101001 | 10001010 | 11010 | 0 | 101001 | 1001 | 1100011 | 1000100 | 1001001 |
Color Harmonies of #ACE98A
Complementary color
Monochromatic Colors of #ACE98A
Black with #ACE98A
Text Example
Text Example
White with #ACE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE98A; }
p { color: rgb(172,233,138); }
H1.HeaderClassName
{
color: #ACE98A;
}
.AnyTagClassName
{
color: #ACE98A;
}
</style>
background-color css
<style>
a { background-color: #ACE98A; }
a { background-color: rgb(172,233,138); }
div.DivClassName
{
background-color: #ACE98A;
}
.BgClassName
{
background-color: #ACE98A;
}
</style>
border-color css
<style>
span { border-color: #ACE98A; }
span { border-color: rgb(172,233,138); }
td.TdClassName
{
border-color: #ACE98A;
}
.TagClassName
{
border-color: #ACE98A;
}
</style>