Shades of Feijoa #ABDD92
Tints of Feijoa #ABDD92
RGB
CMYK
RGB Variations
Color information
#ABDD92 (or 0xABDD92) is known color: Feijoa. HEX triplet: AB, DD and 92. RGB value is (171,221,146). Sum of RGB (Red+Green+Blue) = 171+221+146=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD92 is #54226D. Grayscale: #C5C5C5. Windows color (decimal): -5513838 or 9625003. OLE color: 9625003.
HSL color Cylindrical-coordinate representation of color #ABDD92: hue angle of 100º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDD92 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 146 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.13 |
| HSL | 100º | 0.52% | 0.72% | - |
| HSV(B) | 100º | 0.34% | 0.87% | - |
| XYZ | 47.84 | 62.45 | 36.73 | - |
| YUV | 197.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 146 | 0.23 | 0 | 0.34 | 0.13 | 100 | 0.52 | 0.72 |
| Hex | AB | DD | 92 | 17 | 0 | 22 | D | 64 | 34 | 48 |
| Octal | 253 | 335 | 222 | 27 | 0 | 42 | 15 | 144 | 64 | 110 |
| Binary | 10101011 | 11011101 | 10010010 | 10111 | 0 | 100010 | 1101 | 1100100 | 110100 | 1001000 |
Color Harmonies of #ABDD92
Complementary color
Monochromatic Colors of #ABDD92
Black with #ABDD92
Text Example
Text Example
White with #ABDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD92; }
p { color: rgb(171,221,146); }
H1.HeaderClassName
{
color: #ABDD92;
}
.AnyTagClassName
{
color: #ABDD92;
}
</style>
background-color css
<style>
a { background-color: #ABDD92; }
a { background-color: rgb(171,221,146); }
div.DivClassName
{
background-color: #ABDD92;
}
.BgClassName
{
background-color: #ABDD92;
}
</style>
border-color css
<style>
span { border-color: #ABDD92; }
span { border-color: rgb(171,221,146); }
td.TdClassName
{
border-color: #ABDD92;
}
.TagClassName
{
border-color: #ABDD92;
}
</style>