Shades of Feijoa #ACDD7E
Tints of Feijoa #ACDD7E
RGB
CMYK
RGB Variations
Color information
#ACDD7E (or 0xACDD7E) is known color: Feijoa. HEX triplet: AC, DD and 7E. RGB value is (172,221,126). Sum of RGB (Red+Green+Blue) = 172+221+126=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7E is #532281. Grayscale: #C3C3C3. Windows color (decimal): -5448322 or 8314284. OLE color: 8314284.
HSL color Cylindrical-coordinate representation of color #ACDD7E: hue angle of 90.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACDD7E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 126 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.13 |
| HSL | 90.95º | 0.58% | 0.68% | - |
| HSV(B) | 90.95º | 0.43% | 0.87% | - |
| XYZ | 46.64 | 61.99 | 29.25 | - |
| YUV | 195.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 126 | 0.22 | 0 | 0.43 | 0.13 | 90.95 | 0.58 | 0.68 |
| Hex | AC | DD | 7E | 16 | 0 | 2B | D | 5B | 3A | 44 |
| Octal | 254 | 335 | 176 | 26 | 0 | 53 | 15 | 133 | 72 | 104 |
| Binary | 10101100 | 11011101 | 1111110 | 10110 | 0 | 101011 | 1101 | 1011011 | 111010 | 1000100 |
Color Harmonies of #ACDD7E
Complementary color
Monochromatic Colors of #ACDD7E
Black with #ACDD7E
Text Example
Text Example
White with #ACDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD7E; }
p { color: rgb(172,221,126); }
H1.HeaderClassName
{
color: #ACDD7E;
}
.AnyTagClassName
{
color: #ACDD7E;
}
</style>
background-color css
<style>
a { background-color: #ACDD7E; }
a { background-color: rgb(172,221,126); }
div.DivClassName
{
background-color: #ACDD7E;
}
.BgClassName
{
background-color: #ACDD7E;
}
</style>
border-color css
<style>
span { border-color: #ACDD7E; }
span { border-color: rgb(172,221,126); }
td.TdClassName
{
border-color: #ACDD7E;
}
.TagClassName
{
border-color: #ACDD7E;
}
</style>