Shades of Feijoa #ABD68C
Tints of Feijoa #ABD68C
RGB
CMYK
RGB Variations
Color information
#ABD68C (or 0xABD68C) is known color: Feijoa. HEX triplet: AB, D6 and 8C. RGB value is (171,214,140). Sum of RGB (Red+Green+Blue) = 171+214+140=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD68C is #542973. Grayscale: #C0C0C0. Windows color (decimal): -5515636 or 9229995. OLE color: 9229995.
HSL color Cylindrical-coordinate representation of color #ABD68C: hue angle of 94.86º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABD68C is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 140 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.16 |
| HSL | 94.86º | 0.47% | 0.69% | - |
| HSV(B) | 94.86º | 0.35% | 0.84% | - |
| XYZ | 45.57 | 58.64 | 33.73 | - |
| YUV | 192.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 140 | 0.20 | 0 | 0.35 | 0.16 | 94.86 | 0.47 | 0.69 |
| Hex | AB | D6 | 8C | 14 | 0 | 23 | 10 | 5F | 2F | 45 |
| Octal | 253 | 326 | 214 | 24 | 0 | 43 | 20 | 137 | 57 | 105 |
| Binary | 10101011 | 11010110 | 10001100 | 10100 | 0 | 100011 | 10000 | 1011111 | 101111 | 1000101 |
Color Harmonies of #ABD68C
Complementary color
Monochromatic Colors of #ABD68C
Black with #ABD68C
Text Example
Text Example
White with #ABD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD68C; }
p { color: rgb(171,214,140); }
H1.HeaderClassName
{
color: #ABD68C;
}
.AnyTagClassName
{
color: #ABD68C;
}
</style>
background-color css
<style>
a { background-color: #ABD68C; }
a { background-color: rgb(171,214,140); }
div.DivClassName
{
background-color: #ABD68C;
}
.BgClassName
{
background-color: #ABD68C;
}
</style>
border-color css
<style>
span { border-color: #ABD68C; }
span { border-color: rgb(171,214,140); }
td.TdClassName
{
border-color: #ABD68C;
}
.TagClassName
{
border-color: #ABD68C;
}
</style>