Shades of Feijoa #ACE66D
Tints of Feijoa #ACE66D
RGB
CMYK
RGB Variations
Color information
#ACE66D (or 0xACE66D) is known color: Feijoa. HEX triplet: AC, E6 and 6D. RGB value is (172,230,109). Sum of RGB (Red+Green+Blue) = 172+230+109=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE66D is #531992. Grayscale: #C7C7C7. Windows color (decimal): -5446035 or 7202476. OLE color: 7202476.
HSL color Cylindrical-coordinate representation of color #ACE66D: hue angle of 88.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACE66D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 109 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.10 |
| HSL | 88.76º | 0.71% | 0.66% | - |
| HSV(B) | 88.76º | 0.53% | 0.9% | - |
| XYZ | 48.07 | 66.47 | 24.76 | - |
| YUV | 198.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 109 | 0.25 | 0 | 0.53 | 0.10 | 88.76 | 0.71 | 0.66 |
| Hex | AC | E6 | 6D | 19 | 0 | 35 | A | 59 | 47 | 42 |
| Octal | 254 | 346 | 155 | 31 | 0 | 65 | 12 | 131 | 107 | 102 |
| Binary | 10101100 | 11100110 | 1101101 | 11001 | 0 | 110101 | 1010 | 1011001 | 1000111 | 1000010 |
Color Harmonies of #ACE66D
Complementary color
Monochromatic Colors of #ACE66D
Black with #ACE66D
Text Example
Text Example
White with #ACE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE66D; }
p { color: rgb(172,230,109); }
H1.HeaderClassName
{
color: #ACE66D;
}
.AnyTagClassName
{
color: #ACE66D;
}
</style>
background-color css
<style>
a { background-color: #ACE66D; }
a { background-color: rgb(172,230,109); }
div.DivClassName
{
background-color: #ACE66D;
}
.BgClassName
{
background-color: #ACE66D;
}
</style>
border-color css
<style>
span { border-color: #ACE66D; }
span { border-color: rgb(172,230,109); }
td.TdClassName
{
border-color: #ACE66D;
}
.TagClassName
{
border-color: #ACE66D;
}
</style>