Shades of Feijoa #ABD28C
Tints of Feijoa #ABD28C
RGB
CMYK
RGB Variations
Color information
#ABD28C (or 0xABD28C) is known color: Feijoa. HEX triplet: AB, D2 and 8C. RGB value is (171,210,140). Sum of RGB (Red+Green+Blue) = 171+210+140=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD28C is #542D73. Grayscale: #BEBEBE. Windows color (decimal): -5516660 or 9228971. OLE color: 9228971.
HSL color Cylindrical-coordinate representation of color #ABD28C: hue angle of 93.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD28C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 140 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 93.43º | 0.44% | 0.69% | - |
| HSV(B) | 93.43º | 0.33% | 0.82% | - |
| XYZ | 44.57 | 56.64 | 33.4 | - |
| YUV | 190.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 140 | 0.19 | 0 | 0.33 | 0.18 | 93.43 | 0.44 | 0.69 |
| Hex | AB | D2 | 8C | 13 | 0 | 21 | 12 | 5D | 2C | 45 |
| Octal | 253 | 322 | 214 | 23 | 0 | 41 | 22 | 135 | 54 | 105 |
| Binary | 10101011 | 11010010 | 10001100 | 10011 | 0 | 100001 | 10010 | 1011101 | 101100 | 1000101 |
Color Harmonies of #ABD28C
Complementary color
Monochromatic Colors of #ABD28C
Black with #ABD28C
Text Example
Text Example
White with #ABD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD28C; }
p { color: rgb(171,210,140); }
H1.HeaderClassName
{
color: #ABD28C;
}
.AnyTagClassName
{
color: #ABD28C;
}
</style>
background-color css
<style>
a { background-color: #ABD28C; }
a { background-color: rgb(171,210,140); }
div.DivClassName
{
background-color: #ABD28C;
}
.BgClassName
{
background-color: #ABD28C;
}
</style>
border-color css
<style>
span { border-color: #ABD28C; }
span { border-color: rgb(171,210,140); }
td.TdClassName
{
border-color: #ABD28C;
}
.TagClassName
{
border-color: #ABD28C;
}
</style>