Shades of Feijoa #ACD17B
Tints of Feijoa #ACD17B
RGB
CMYK
RGB Variations
Color information
#ACD17B (or 0xACD17B) is known color: Feijoa. HEX triplet: AC, D1 and 7B. RGB value is (172,209,123). Sum of RGB (Red+Green+Blue) = 172+209+123=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD17B is #532E84. Grayscale: #BCBCBC. Windows color (decimal): -5451397 or 8114604. OLE color: 8114604.
HSL color Cylindrical-coordinate representation of color #ACD17B: hue angle of 85.81º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD17B is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 123 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.18 |
| HSL | 85.81º | 0.48% | 0.65% | - |
| HSV(B) | 85.81º | 0.41% | 0.82% | - |
| XYZ | 43.39 | 55.8 | 27.22 | - |
| YUV | 188.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 123 | 0.18 | 0 | 0.41 | 0.18 | 85.81 | 0.48 | 0.65 |
| Hex | AC | D1 | 7B | 12 | 0 | 29 | 12 | 56 | 30 | 41 |
| Octal | 254 | 321 | 173 | 22 | 0 | 51 | 22 | 126 | 60 | 101 |
| Binary | 10101100 | 11010001 | 1111011 | 10010 | 0 | 101001 | 10010 | 1010110 | 110000 | 1000001 |
Color Harmonies of #ACD17B
Complementary color
Monochromatic Colors of #ACD17B
Black with #ACD17B
Text Example
Text Example
White with #ACD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD17B; }
p { color: rgb(172,209,123); }
H1.HeaderClassName
{
color: #ACD17B;
}
.AnyTagClassName
{
color: #ACD17B;
}
</style>
background-color css
<style>
a { background-color: #ACD17B; }
a { background-color: rgb(172,209,123); }
div.DivClassName
{
background-color: #ACD17B;
}
.BgClassName
{
background-color: #ACD17B;
}
</style>
border-color css
<style>
span { border-color: #ACD17B; }
span { border-color: rgb(172,209,123); }
td.TdClassName
{
border-color: #ACD17B;
}
.TagClassName
{
border-color: #ACD17B;
}
</style>