Shades of Feijoa #ACD67B
Tints of Feijoa #ACD67B
RGB
CMYK
RGB Variations
Color information
#ACD67B (or 0xACD67B) is known color: Feijoa. HEX triplet: AC, D6 and 7B. RGB value is (172,214,123). Sum of RGB (Red+Green+Blue) = 172+214+123=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD67B is #532984. Grayscale: #BFBFBF. Windows color (decimal): -5450117 or 8115884. OLE color: 8115884.
HSL color Cylindrical-coordinate representation of color #ACD67B: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD67B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 123 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.16 |
| HSL | 87.69º | 0.53% | 0.66% | - |
| HSV(B) | 87.69º | 0.43% | 0.84% | - |
| XYZ | 44.63 | 58.29 | 27.64 | - |
| YUV | 191.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 123 | 0.20 | 0 | 0.43 | 0.16 | 87.69 | 0.53 | 0.66 |
| Hex | AC | D6 | 7B | 14 | 0 | 2B | 10 | 58 | 35 | 42 |
| Octal | 254 | 326 | 173 | 24 | 0 | 53 | 20 | 130 | 65 | 102 |
| Binary | 10101100 | 11010110 | 1111011 | 10100 | 0 | 101011 | 10000 | 1011000 | 110101 | 1000010 |
Color Harmonies of #ACD67B
Complementary color
Monochromatic Colors of #ACD67B
Black with #ACD67B
Text Example
Text Example
White with #ACD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD67B; }
p { color: rgb(172,214,123); }
H1.HeaderClassName
{
color: #ACD67B;
}
.AnyTagClassName
{
color: #ACD67B;
}
</style>
background-color css
<style>
a { background-color: #ACD67B; }
a { background-color: rgb(172,214,123); }
div.DivClassName
{
background-color: #ACD67B;
}
.BgClassName
{
background-color: #ACD67B;
}
</style>
border-color css
<style>
span { border-color: #ACD67B; }
span { border-color: rgb(172,214,123); }
td.TdClassName
{
border-color: #ACD67B;
}
.TagClassName
{
border-color: #ACD67B;
}
</style>