Shades of Feijoa #ACD27A
Tints of Feijoa #ACD27A
RGB
CMYK
RGB Variations
Color information
#ACD27A (or 0xACD27A) is known color: Feijoa. HEX triplet: AC, D2 and 7A. RGB value is (172,210,122). Sum of RGB (Red+Green+Blue) = 172+210+122=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27A is #532D85. Grayscale: #BCBCBC. Windows color (decimal): -5451142 or 8049324. OLE color: 8049324.
HSL color Cylindrical-coordinate representation of color #ACD27A: hue angle of 85.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD27A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 122 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.18 |
| HSL | 85.91º | 0.49% | 0.65% | - |
| HSV(B) | 85.91º | 0.42% | 0.82% | - |
| XYZ | 43.57 | 56.27 | 26.98 | - |
| YUV | 188.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 122 | 0.18 | 0 | 0.42 | 0.18 | 85.91 | 0.49 | 0.65 |
| Hex | AC | D2 | 7A | 12 | 0 | 2A | 12 | 56 | 31 | 41 |
| Octal | 254 | 322 | 172 | 22 | 0 | 52 | 22 | 126 | 61 | 101 |
| Binary | 10101100 | 11010010 | 1111010 | 10010 | 0 | 101010 | 10010 | 1010110 | 110001 | 1000001 |
Color Harmonies of #ACD27A
Complementary color
Monochromatic Colors of #ACD27A
Black with #ACD27A
Text Example
Text Example
White with #ACD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD27A; }
p { color: rgb(172,210,122); }
H1.HeaderClassName
{
color: #ACD27A;
}
.AnyTagClassName
{
color: #ACD27A;
}
</style>
background-color css
<style>
a { background-color: #ACD27A; }
a { background-color: rgb(172,210,122); }
div.DivClassName
{
background-color: #ACD27A;
}
.BgClassName
{
background-color: #ACD27A;
}
</style>
border-color css
<style>
span { border-color: #ACD27A; }
span { border-color: rgb(172,210,122); }
td.TdClassName
{
border-color: #ACD27A;
}
.TagClassName
{
border-color: #ACD27A;
}
</style>