Shades of Feijoa #ABDE94
Tints of Feijoa #ABDE94
RGB
CMYK
RGB Variations
Color information
#ABDE94 (or 0xABDE94) is known color: Feijoa. HEX triplet: AB, DE and 94. RGB value is (171,222,148). Sum of RGB (Red+Green+Blue) = 171+222+148=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE94 is #54216B. Grayscale: #C6C6C6. Windows color (decimal): -5513580 or 9756331. OLE color: 9756331.
HSL color Cylindrical-coordinate representation of color #ABDE94: hue angle of 101.35º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDE94 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 148 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.13 |
| HSL | 101.35º | 0.53% | 0.73% | - |
| HSV(B) | 101.35º | 0.33% | 0.87% | - |
| XYZ | 48.26 | 63.04 | 37.64 | - |
| YUV | 198.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 148 | 0.23 | 0 | 0.33 | 0.13 | 101.35 | 0.53 | 0.73 |
| Hex | AB | DE | 94 | 17 | 0 | 21 | D | 65 | 35 | 49 |
| Octal | 253 | 336 | 224 | 27 | 0 | 41 | 15 | 145 | 65 | 111 |
| Binary | 10101011 | 11011110 | 10010100 | 10111 | 0 | 100001 | 1101 | 1100101 | 110101 | 1001001 |
Color Harmonies of #ABDE94
Complementary color
Monochromatic Colors of #ABDE94
Black with #ABDE94
Text Example
Text Example
White with #ABDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE94; }
p { color: rgb(171,222,148); }
H1.HeaderClassName
{
color: #ABDE94;
}
.AnyTagClassName
{
color: #ABDE94;
}
</style>
background-color css
<style>
a { background-color: #ABDE94; }
a { background-color: rgb(171,222,148); }
div.DivClassName
{
background-color: #ABDE94;
}
.BgClassName
{
background-color: #ABDE94;
}
</style>
border-color css
<style>
span { border-color: #ABDE94; }
span { border-color: rgb(171,222,148); }
td.TdClassName
{
border-color: #ABDE94;
}
.TagClassName
{
border-color: #ABDE94;
}
</style>