Shades of Feijoa #ACD67D
Tints of Feijoa #ACD67D
RGB
CMYK
RGB Variations
Color information
#ACD67D (or 0xACD67D) is known color: Feijoa. HEX triplet: AC, D6 and 7D. RGB value is (172,214,125). Sum of RGB (Red+Green+Blue) = 172+214+125=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD67D is #532982. Grayscale: #BFBFBF. Windows color (decimal): -5450115 or 8246956. OLE color: 8246956.
HSL color Cylindrical-coordinate representation of color #ACD67D: hue angle of 88.31º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD67D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 125 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.16 |
| HSL | 88.31º | 0.52% | 0.66% | - |
| HSV(B) | 88.31º | 0.42% | 0.84% | - |
| XYZ | 44.76 | 58.34 | 28.3 | - |
| YUV | 191.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 125 | 0.20 | 0 | 0.42 | 0.16 | 88.31 | 0.52 | 0.66 |
| Hex | AC | D6 | 7D | 14 | 0 | 2A | 10 | 58 | 34 | 42 |
| Octal | 254 | 326 | 175 | 24 | 0 | 52 | 20 | 130 | 64 | 102 |
| Binary | 10101100 | 11010110 | 1111101 | 10100 | 0 | 101010 | 10000 | 1011000 | 110100 | 1000010 |
Color Harmonies of #ACD67D
Complementary color
Monochromatic Colors of #ACD67D
Black with #ACD67D
Text Example
Text Example
White with #ACD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD67D; }
p { color: rgb(172,214,125); }
H1.HeaderClassName
{
color: #ACD67D;
}
.AnyTagClassName
{
color: #ACD67D;
}
</style>
background-color css
<style>
a { background-color: #ACD67D; }
a { background-color: rgb(172,214,125); }
div.DivClassName
{
background-color: #ACD67D;
}
.BgClassName
{
background-color: #ACD67D;
}
</style>
border-color css
<style>
span { border-color: #ACD67D; }
span { border-color: rgb(172,214,125); }
td.TdClassName
{
border-color: #ACD67D;
}
.TagClassName
{
border-color: #ACD67D;
}
</style>