Shades of Feijoa #ABDE93
Tints of Feijoa #ABDE93
RGB
CMYK
RGB Variations
Color information
#ABDE93 (or 0xABDE93) is known color: Feijoa. HEX triplet: AB, DE and 93. RGB value is (171,222,147). Sum of RGB (Red+Green+Blue) = 171+222+147=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE93 is #54216C. Grayscale: #C6C6C6. Windows color (decimal): -5513581 or 9690795. OLE color: 9690795.
HSL color Cylindrical-coordinate representation of color #ABDE93: hue angle of 100.8º degrees, saturation: 0.53, 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 #ABDE93 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 147 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.13 |
| HSL | 100.8º | 0.53% | 0.72% | - |
| HSV(B) | 100.8º | 0.34% | 0.87% | - |
| XYZ | 48.18 | 63.01 | 37.23 | - |
| YUV | 198.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 147 | 0.23 | 0 | 0.34 | 0.13 | 100.8 | 0.53 | 0.72 |
| Hex | AB | DE | 93 | 17 | 0 | 22 | D | 65 | 35 | 48 |
| Octal | 253 | 336 | 223 | 27 | 0 | 42 | 15 | 145 | 65 | 110 |
| Binary | 10101011 | 11011110 | 10010011 | 10111 | 0 | 100010 | 1101 | 1100101 | 110101 | 1001000 |
Color Harmonies of #ABDE93
Complementary color
Monochromatic Colors of #ABDE93
Black with #ABDE93
Text Example
Text Example
White with #ABDE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE93; }
p { color: rgb(171,222,147); }
H1.HeaderClassName
{
color: #ABDE93;
}
.AnyTagClassName
{
color: #ABDE93;
}
</style>
background-color css
<style>
a { background-color: #ABDE93; }
a { background-color: rgb(171,222,147); }
div.DivClassName
{
background-color: #ABDE93;
}
.BgClassName
{
background-color: #ABDE93;
}
</style>
border-color css
<style>
span { border-color: #ABDE93; }
span { border-color: rgb(171,222,147); }
td.TdClassName
{
border-color: #ABDE93;
}
.TagClassName
{
border-color: #ABDE93;
}
</style>