Shades of Feijoa #ACD68B
Tints of Feijoa #ACD68B
RGB
CMYK
RGB Variations
Color information
#ACD68B (or 0xACD68B) is known color: Feijoa. HEX triplet: AC, D6 and 8B. RGB value is (172,214,139). Sum of RGB (Red+Green+Blue) = 172+214+139=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68B is #532974. Grayscale: #C1C1C1. Windows color (decimal): -5450101 or 9164460. OLE color: 9164460.
HSL color Cylindrical-coordinate representation of color #ACD68B: hue angle of 93.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD68B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 139 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.16 |
| HSL | 93.6º | 0.48% | 0.69% | - |
| HSV(B) | 93.6º | 0.35% | 0.84% | - |
| XYZ | 45.72 | 58.73 | 33.35 | - |
| YUV | 192.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 139 | 0.20 | 0 | 0.35 | 0.16 | 93.6 | 0.48 | 0.69 |
| Hex | AC | D6 | 8B | 14 | 0 | 23 | 10 | 5E | 30 | 45 |
| Octal | 254 | 326 | 213 | 24 | 0 | 43 | 20 | 136 | 60 | 105 |
| Binary | 10101100 | 11010110 | 10001011 | 10100 | 0 | 100011 | 10000 | 1011110 | 110000 | 1000101 |
Color Harmonies of #ACD68B
Complementary color
Monochromatic Colors of #ACD68B
Black with #ACD68B
Text Example
Text Example
White with #ACD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD68B; }
p { color: rgb(172,214,139); }
H1.HeaderClassName
{
color: #ACD68B;
}
.AnyTagClassName
{
color: #ACD68B;
}
</style>
background-color css
<style>
a { background-color: #ACD68B; }
a { background-color: rgb(172,214,139); }
div.DivClassName
{
background-color: #ACD68B;
}
.BgClassName
{
background-color: #ACD68B;
}
</style>
border-color css
<style>
span { border-color: #ACD68B; }
span { border-color: rgb(172,214,139); }
td.TdClassName
{
border-color: #ACD68B;
}
.TagClassName
{
border-color: #ACD68B;
}
</style>