Shades of Feijoa #ABDD94
Tints of Feijoa #ABDD94
RGB
CMYK
RGB Variations
Color information
#ABDD94 (or 0xABDD94) is known color: Feijoa. HEX triplet: AB, DD and 94. RGB value is (171,221,148). Sum of RGB (Red+Green+Blue) = 171+221+148=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD94 is #54226B. Grayscale: #C5C5C5. Windows color (decimal): -5513836 or 9756075. OLE color: 9756075.
HSL color Cylindrical-coordinate representation of color #ABDD94: hue angle of 101.1º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDD94 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 148 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.13 |
| HSL | 101.1º | 0.52% | 0.72% | - |
| HSV(B) | 101.1º | 0.33% | 0.87% | - |
| XYZ | 48 | 62.51 | 37.55 | - |
| YUV | 197.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 148 | 0.23 | 0 | 0.33 | 0.13 | 101.1 | 0.52 | 0.72 |
| Hex | AB | DD | 94 | 17 | 0 | 21 | D | 65 | 34 | 48 |
| Octal | 253 | 335 | 224 | 27 | 0 | 41 | 15 | 145 | 64 | 110 |
| Binary | 10101011 | 11011101 | 10010100 | 10111 | 0 | 100001 | 1101 | 1100101 | 110100 | 1001000 |
Color Harmonies of #ABDD94
Complementary color
Monochromatic Colors of #ABDD94
Black with #ABDD94
Text Example
Text Example
White with #ABDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD94; }
p { color: rgb(171,221,148); }
H1.HeaderClassName
{
color: #ABDD94;
}
.AnyTagClassName
{
color: #ABDD94;
}
</style>
background-color css
<style>
a { background-color: #ABDD94; }
a { background-color: rgb(171,221,148); }
div.DivClassName
{
background-color: #ABDD94;
}
.BgClassName
{
background-color: #ABDD94;
}
</style>
border-color css
<style>
span { border-color: #ABDD94; }
span { border-color: rgb(171,221,148); }
td.TdClassName
{
border-color: #ABDD94;
}
.TagClassName
{
border-color: #ABDD94;
}
</style>