Shades of Feijoa #ACE98F
Tints of Feijoa #ACE98F
RGB
CMYK
RGB Variations
Color information
#ACE98F (or 0xACE98F) is known color: Feijoa. HEX triplet: AC, E9 and 8F. RGB value is (172,233,143). Sum of RGB (Red+Green+Blue) = 172+233+143=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE98F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE98F is #531670. Grayscale: #CCCCCC. Windows color (decimal): -5445233 or 9431468. OLE color: 9431468.
HSL color Cylindrical-coordinate representation of color #ACE98F: hue angle of 100.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE98F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 143 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.09 |
| HSL | 100.67º | 0.67% | 0.74% | - |
| HSV(B) | 100.67º | 0.39% | 0.91% | - |
| XYZ | 51.11 | 69.03 | 36.62 | - |
| YUV | 204.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 143 | 0.26 | 0 | 0.39 | 0.09 | 100.67 | 0.67 | 0.74 |
| Hex | AC | E9 | 8F | 1A | 0 | 27 | 9 | 65 | 43 | 4A |
| Octal | 254 | 351 | 217 | 32 | 0 | 47 | 11 | 145 | 103 | 112 |
| Binary | 10101100 | 11101001 | 10001111 | 11010 | 0 | 100111 | 1001 | 1100101 | 1000011 | 1001010 |
Color Harmonies of #ACE98F
Complementary color
Monochromatic Colors of #ACE98F
Black with #ACE98F
Text Example
Text Example
White with #ACE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE98F; }
p { color: rgb(172,233,143); }
H1.HeaderClassName
{
color: #ACE98F;
}
.AnyTagClassName
{
color: #ACE98F;
}
</style>
background-color css
<style>
a { background-color: #ACE98F; }
a { background-color: rgb(172,233,143); }
div.DivClassName
{
background-color: #ACE98F;
}
.BgClassName
{
background-color: #ACE98F;
}
</style>
border-color css
<style>
span { border-color: #ACE98F; }
span { border-color: rgb(172,233,143); }
td.TdClassName
{
border-color: #ACE98F;
}
.TagClassName
{
border-color: #ACE98F;
}
</style>