Shades of Feijoa #ACD68C
Tints of Feijoa #ACD68C
RGB
CMYK
RGB Variations
Color information
#ACD68C (or 0xACD68C) is known color: Feijoa. HEX triplet: AC, D6 and 8C. RGB value is (172,214,140). Sum of RGB (Red+Green+Blue) = 172+214+140=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68C is #532973. Grayscale: #C1C1C1. Windows color (decimal): -5450100 or 9229996. OLE color: 9229996.
HSL color Cylindrical-coordinate representation of color #ACD68C: hue angle of 94.05º degrees, saturation: 0.47, 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 #ACD68C is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 140 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.16 |
| HSL | 94.05º | 0.47% | 0.69% | - |
| HSV(B) | 94.05º | 0.35% | 0.84% | - |
| XYZ | 45.79 | 58.76 | 33.74 | - |
| YUV | 193.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 140 | 0.20 | 0 | 0.35 | 0.16 | 94.05 | 0.47 | 0.69 |
| Hex | AC | D6 | 8C | 14 | 0 | 23 | 10 | 5E | 2F | 45 |
| Octal | 254 | 326 | 214 | 24 | 0 | 43 | 20 | 136 | 57 | 105 |
| Binary | 10101100 | 11010110 | 10001100 | 10100 | 0 | 100011 | 10000 | 1011110 | 101111 | 1000101 |
Color Harmonies of #ACD68C
Complementary color
Monochromatic Colors of #ACD68C
Black with #ACD68C
Text Example
Text Example
White with #ACD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD68C; }
p { color: rgb(172,214,140); }
H1.HeaderClassName
{
color: #ACD68C;
}
.AnyTagClassName
{
color: #ACD68C;
}
</style>
background-color css
<style>
a { background-color: #ACD68C; }
a { background-color: rgb(172,214,140); }
div.DivClassName
{
background-color: #ACD68C;
}
.BgClassName
{
background-color: #ACD68C;
}
</style>
border-color css
<style>
span { border-color: #ACD68C; }
span { border-color: rgb(172,214,140); }
td.TdClassName
{
border-color: #ACD68C;
}
.TagClassName
{
border-color: #ACD68C;
}
</style>