Shades of Feijoa #ACDA90
Tints of Feijoa #ACDA90
RGB
CMYK
RGB Variations
Color information
#ACDA90 (or 0xACDA90) is known color: Feijoa. HEX triplet: AC, DA and 90. RGB value is (172,218,144). Sum of RGB (Red+Green+Blue) = 172+218+144=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA90 is #53256F. Grayscale: #C4C4C4. Windows color (decimal): -5449072 or 9493164. OLE color: 9493164.
HSL color Cylindrical-coordinate representation of color #ACDA90: hue angle of 97.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDA90 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 144 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.15 |
| HSL | 97.3º | 0.5% | 0.71% | - |
| HSV(B) | 97.3º | 0.34% | 0.85% | - |
| XYZ | 47.12 | 60.93 | 35.66 | - |
| YUV | 195.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 144 | 0.21 | 0 | 0.34 | 0.15 | 97.3 | 0.5 | 0.71 |
| Hex | AC | DA | 90 | 15 | 0 | 22 | F | 61 | 32 | 47 |
| Octal | 254 | 332 | 220 | 25 | 0 | 42 | 17 | 141 | 62 | 107 |
| Binary | 10101100 | 11011010 | 10010000 | 10101 | 0 | 100010 | 1111 | 1100001 | 110010 | 1000111 |
Color Harmonies of #ACDA90
Complementary color
Monochromatic Colors of #ACDA90
Black with #ACDA90
Text Example
Text Example
White with #ACDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA90; }
p { color: rgb(172,218,144); }
H1.HeaderClassName
{
color: #ACDA90;
}
.AnyTagClassName
{
color: #ACDA90;
}
</style>
background-color css
<style>
a { background-color: #ACDA90; }
a { background-color: rgb(172,218,144); }
div.DivClassName
{
background-color: #ACDA90;
}
.BgClassName
{
background-color: #ACDA90;
}
</style>
border-color css
<style>
span { border-color: #ACDA90; }
span { border-color: rgb(172,218,144); }
td.TdClassName
{
border-color: #ACDA90;
}
.TagClassName
{
border-color: #ACDA90;
}
</style>