Shades of Feijoa #ACD37B
Tints of Feijoa #ACD37B
RGB
CMYK
RGB Variations
Color information
#ACD37B (or 0xACD37B) is known color: Feijoa. HEX triplet: AC, D3 and 7B. RGB value is (172,211,123). Sum of RGB (Red+Green+Blue) = 172+211+123=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD37B is #532C84. Grayscale: #BDBDBD. Windows color (decimal): -5450885 or 8115116. OLE color: 8115116.
HSL color Cylindrical-coordinate representation of color #ACD37B: hue angle of 86.59º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD37B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 123 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.17 |
| HSL | 86.59º | 0.5% | 0.65% | - |
| HSV(B) | 86.59º | 0.42% | 0.83% | - |
| XYZ | 43.88 | 56.79 | 27.39 | - |
| YUV | 189.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 123 | 0.18 | 0 | 0.42 | 0.17 | 86.59 | 0.5 | 0.65 |
| Hex | AC | D3 | 7B | 12 | 0 | 2A | 11 | 57 | 32 | 41 |
| Octal | 254 | 323 | 173 | 22 | 0 | 52 | 21 | 127 | 62 | 101 |
| Binary | 10101100 | 11010011 | 1111011 | 10010 | 0 | 101010 | 10001 | 1010111 | 110010 | 1000001 |
Color Harmonies of #ACD37B
Complementary color
Monochromatic Colors of #ACD37B
Black with #ACD37B
Text Example
Text Example
White with #ACD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD37B; }
p { color: rgb(172,211,123); }
H1.HeaderClassName
{
color: #ACD37B;
}
.AnyTagClassName
{
color: #ACD37B;
}
</style>
background-color css
<style>
a { background-color: #ACD37B; }
a { background-color: rgb(172,211,123); }
div.DivClassName
{
background-color: #ACD37B;
}
.BgClassName
{
background-color: #ACD37B;
}
</style>
border-color css
<style>
span { border-color: #ACD37B; }
span { border-color: rgb(172,211,123); }
td.TdClassName
{
border-color: #ACD37B;
}
.TagClassName
{
border-color: #ACD37B;
}
</style>