Shades of Feijoa #ACDA70
Tints of Feijoa #ACDA70
RGB
CMYK
RGB Variations
Color information
#ACDA70 (or 0xACDA70) is known color: Feijoa. HEX triplet: AC, DA and 70. RGB value is (172,218,112). Sum of RGB (Red+Green+Blue) = 172+218+112=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA70 is #53258F. Grayscale: #C0C0C0. Windows color (decimal): -5449104 or 7396012. OLE color: 7396012.
HSL color Cylindrical-coordinate representation of color #ACDA70: hue angle of 86.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACDA70 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 112 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.15 |
| HSL | 86.04º | 0.59% | 0.65% | - |
| HSV(B) | 86.04º | 0.49% | 0.85% | - |
| XYZ | 45.01 | 60.08 | 24.55 | - |
| YUV | 192.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 112 | 0.21 | 0 | 0.49 | 0.15 | 86.04 | 0.59 | 0.65 |
| Hex | AC | DA | 70 | 15 | 0 | 31 | F | 56 | 3B | 41 |
| Octal | 254 | 332 | 160 | 25 | 0 | 61 | 17 | 126 | 73 | 101 |
| Binary | 10101100 | 11011010 | 1110000 | 10101 | 0 | 110001 | 1111 | 1010110 | 111011 | 1000001 |
Color Harmonies of #ACDA70
Complementary color
Monochromatic Colors of #ACDA70
Black with #ACDA70
Text Example
Text Example
White with #ACDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA70; }
p { color: rgb(172,218,112); }
H1.HeaderClassName
{
color: #ACDA70;
}
.AnyTagClassName
{
color: #ACDA70;
}
</style>
background-color css
<style>
a { background-color: #ACDA70; }
a { background-color: rgb(172,218,112); }
div.DivClassName
{
background-color: #ACDA70;
}
.BgClassName
{
background-color: #ACDA70;
}
</style>
border-color css
<style>
span { border-color: #ACDA70; }
span { border-color: rgb(172,218,112); }
td.TdClassName
{
border-color: #ACDA70;
}
.TagClassName
{
border-color: #ACDA70;
}
</style>