Shades of Feijoa #ACEE8D
Tints of Feijoa #ACEE8D
RGB
CMYK
RGB Variations
Color information
#ACEE8D (or 0xACEE8D) is known color: Feijoa. HEX triplet: AC, EE and 8D. RGB value is (172,238,141). Sum of RGB (Red+Green+Blue) = 172+238+141=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEE8D is #531172. Grayscale: #CFCFCF. Windows color (decimal): -5443955 or 9301676. OLE color: 9301676.
HSL color Cylindrical-coordinate representation of color #ACEE8D: hue angle of 100.82º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEE8D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 141 | - |
CMYK | 0.28 | 0 | 0.41 | 0.07 |
HSL | 100.82º | 0.74% | 0.74% | - |
HSV(B) | 100.82º | 0.41% | 0.93% | - |
XYZ | 52.4 | 71.84 | 36.3 | - |
YUV | 207.21 | 90.63 | 102.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 141 | 0.28 | 0 | 0.41 | 0.07 | 100.82 | 0.74 | 0.74 |
Hex | AC | EE | 8D | 1C | 0 | 29 | 7 | 65 | 4A | 4A |
Octal | 254 | 356 | 215 | 34 | 0 | 51 | 7 | 145 | 112 | 112 |
Binary | 10101100 | 11101110 | 10001101 | 11100 | 0 | 101001 | 111 | 1100101 | 1001010 | 1001010 |
Color Harmonies of #ACEE8D
Complementary color
Monochromatic Colors of #ACEE8D
Black with #ACEE8D
Text Example
Text Example
White with #ACEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEE8D; }
p { color: rgb(172,238,141); }
H1.HeaderClassName
{
color: #ACEE8D;
}
.AnyTagClassName
{
color: #ACEE8D;
}
</style>
background-color css
<style>
a { background-color: #ACEE8D; }
a { background-color: rgb(172,238,141); }
div.DivClassName
{
background-color: #ACEE8D;
}
.BgClassName
{
background-color: #ACEE8D;
}
</style>
border-color css
<style>
span { border-color: #ACEE8D; }
span { border-color: rgb(172,238,141); }
td.TdClassName
{
border-color: #ACEE8D;
}
.TagClassName
{
border-color: #ACEE8D;
}
</style>