Shades of Feijoa #ABD58C
Tints of Feijoa #ABD58C
RGB
CMYK
RGB Variations
Color information
#ABD58C (or 0xABD58C) is known color: Feijoa. HEX triplet: AB, D5 and 8C. RGB value is (171,213,140). Sum of RGB (Red+Green+Blue) = 171+213+140=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD58C is #542A73. Grayscale: #C0C0C0. Windows color (decimal): -5515892 or 9229739. OLE color: 9229739.
HSL color Cylindrical-coordinate representation of color #ABD58C: hue angle of 94.52º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABD58C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 213 | 140 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.16 |
| HSL | 94.52º | 0.46% | 0.69% | - |
| HSV(B) | 94.52º | 0.34% | 0.84% | - |
| XYZ | 45.32 | 58.14 | 33.64 | - |
| YUV | 192.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 213 | 140 | 0.20 | 0 | 0.34 | 0.16 | 94.52 | 0.46 | 0.69 |
| Hex | AB | D5 | 8C | 14 | 0 | 22 | 10 | 5F | 2E | 45 |
| Octal | 253 | 325 | 214 | 24 | 0 | 42 | 20 | 137 | 56 | 105 |
| Binary | 10101011 | 11010101 | 10001100 | 10100 | 0 | 100010 | 10000 | 1011111 | 101110 | 1000101 |
Color Harmonies of #ABD58C
Complementary color
Monochromatic Colors of #ABD58C
Black with #ABD58C
Text Example
Text Example
White with #ABD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD58C; }
p { color: rgb(171,213,140); }
H1.HeaderClassName
{
color: #ABD58C;
}
.AnyTagClassName
{
color: #ABD58C;
}
</style>
background-color css
<style>
a { background-color: #ABD58C; }
a { background-color: rgb(171,213,140); }
div.DivClassName
{
background-color: #ABD58C;
}
.BgClassName
{
background-color: #ABD58C;
}
</style>
border-color css
<style>
span { border-color: #ABD58C; }
span { border-color: rgb(171,213,140); }
td.TdClassName
{
border-color: #ABD58C;
}
.TagClassName
{
border-color: #ABD58C;
}
</style>