Shades of Feijoa #ACDB75
Tints of Feijoa #ACDB75
RGB
CMYK
RGB Variations
Color information
#ACDB75 (or 0xACDB75) is known color: Feijoa. HEX triplet: AC, DB and 75. RGB value is (172,219,117). Sum of RGB (Red+Green+Blue) = 172+219+117=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB75 is #53248A. Grayscale: #C1C1C1. Windows color (decimal): -5448843 or 7723948. OLE color: 7723948.
HSL color Cylindrical-coordinate representation of color #ACDB75: hue angle of 87.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACDB75 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 117 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.14 |
| HSL | 87.65º | 0.59% | 0.66% | - |
| HSV(B) | 87.65º | 0.47% | 0.86% | - |
| XYZ | 45.56 | 60.72 | 26.15 | - |
| YUV | 193.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 117 | 0.21 | 0 | 0.47 | 0.14 | 87.65 | 0.59 | 0.66 |
| Hex | AC | DB | 75 | 15 | 0 | 2F | E | 58 | 3B | 42 |
| Octal | 254 | 333 | 165 | 25 | 0 | 57 | 16 | 130 | 73 | 102 |
| Binary | 10101100 | 11011011 | 1110101 | 10101 | 0 | 101111 | 1110 | 1011000 | 111011 | 1000010 |
Color Harmonies of #ACDB75
Complementary color
Monochromatic Colors of #ACDB75
Black with #ACDB75
Text Example
Text Example
White with #ACDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB75; }
p { color: rgb(172,219,117); }
H1.HeaderClassName
{
color: #ACDB75;
}
.AnyTagClassName
{
color: #ACDB75;
}
</style>
background-color css
<style>
a { background-color: #ACDB75; }
a { background-color: rgb(172,219,117); }
div.DivClassName
{
background-color: #ACDB75;
}
.BgClassName
{
background-color: #ACDB75;
}
</style>
border-color css
<style>
span { border-color: #ACDB75; }
span { border-color: rgb(172,219,117); }
td.TdClassName
{
border-color: #ACDB75;
}
.TagClassName
{
border-color: #ACDB75;
}
</style>