Shades of Feijoa #ACD28A
Tints of Feijoa #ACD28A
RGB
CMYK
RGB Variations
Color information
#ACD28A (or 0xACD28A) is known color: Feijoa. HEX triplet: AC, D2 and 8A. RGB value is (172,210,138). Sum of RGB (Red+Green+Blue) = 172+210+138=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD28A is #532D75. Grayscale: #BEBEBE. Windows color (decimal): -5451126 or 9097900. OLE color: 9097900.
HSL color Cylindrical-coordinate representation of color #ACD28A: hue angle of 91.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD28A is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 138 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.18 |
| HSL | 91.67º | 0.44% | 0.68% | - |
| HSV(B) | 91.67º | 0.34% | 0.82% | - |
| XYZ | 44.65 | 56.7 | 32.64 | - |
| YUV | 190.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 138 | 0.18 | 0 | 0.34 | 0.18 | 91.67 | 0.44 | 0.68 |
| Hex | AC | D2 | 8A | 12 | 0 | 22 | 12 | 5C | 2C | 44 |
| Octal | 254 | 322 | 212 | 22 | 0 | 42 | 22 | 134 | 54 | 104 |
| Binary | 10101100 | 11010010 | 10001010 | 10010 | 0 | 100010 | 10010 | 1011100 | 101100 | 1000100 |
Color Harmonies of #ACD28A
Complementary color
Monochromatic Colors of #ACD28A
Black with #ACD28A
Text Example
Text Example
White with #ACD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD28A; }
p { color: rgb(172,210,138); }
H1.HeaderClassName
{
color: #ACD28A;
}
.AnyTagClassName
{
color: #ACD28A;
}
</style>
background-color css
<style>
a { background-color: #ACD28A; }
a { background-color: rgb(172,210,138); }
div.DivClassName
{
background-color: #ACD28A;
}
.BgClassName
{
background-color: #ACD28A;
}
</style>
border-color css
<style>
span { border-color: #ACD28A; }
span { border-color: rgb(172,210,138); }
td.TdClassName
{
border-color: #ACD28A;
}
.TagClassName
{
border-color: #ACD28A;
}
</style>