Shades of Feijoa #ACE78A
Tints of Feijoa #ACE78A
RGB
CMYK
RGB Variations
Color information
#ACE78A (or 0xACE78A) is known color: Feijoa. HEX triplet: AC, E7 and 8A. RGB value is (172,231,138). Sum of RGB (Red+Green+Blue) = 172+231+138=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE78A is #531875. Grayscale: #CBCBCB. Windows color (decimal): -5445750 or 9103276. OLE color: 9103276.
HSL color Cylindrical-coordinate representation of color #ACE78A: hue angle of 98.06º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE78A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 138 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.09 |
| HSL | 98.06º | 0.66% | 0.72% | - |
| HSV(B) | 98.06º | 0.4% | 0.91% | - |
| XYZ | 50.18 | 67.76 | 34.48 | - |
| YUV | 202.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 138 | 0.26 | 0 | 0.40 | 0.09 | 98.06 | 0.66 | 0.72 |
| Hex | AC | E7 | 8A | 1A | 0 | 28 | 9 | 62 | 42 | 48 |
| Octal | 254 | 347 | 212 | 32 | 0 | 50 | 11 | 142 | 102 | 110 |
| Binary | 10101100 | 11100111 | 10001010 | 11010 | 0 | 101000 | 1001 | 1100010 | 1000010 | 1001000 |
Color Harmonies of #ACE78A
Complementary color
Monochromatic Colors of #ACE78A
Black with #ACE78A
Text Example
Text Example
White with #ACE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE78A; }
p { color: rgb(172,231,138); }
H1.HeaderClassName
{
color: #ACE78A;
}
.AnyTagClassName
{
color: #ACE78A;
}
</style>
background-color css
<style>
a { background-color: #ACE78A; }
a { background-color: rgb(172,231,138); }
div.DivClassName
{
background-color: #ACE78A;
}
.BgClassName
{
background-color: #ACE78A;
}
</style>
border-color css
<style>
span { border-color: #ACE78A; }
span { border-color: rgb(172,231,138); }
td.TdClassName
{
border-color: #ACE78A;
}
.TagClassName
{
border-color: #ACE78A;
}
</style>