Shades of Feijoa #ABDC85
Tints of Feijoa #ABDC85
RGB
CMYK
RGB Variations
Color information
#ABDC85 (or 0xABDC85) is known color: Feijoa. HEX triplet: AB, DC and 85. RGB value is (171,220,133). Sum of RGB (Red+Green+Blue) = 171+220+133=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC85 is #54237A. Grayscale: #C3C3C3. Windows color (decimal): -5514107 or 8772779. OLE color: 8772779.
HSL color Cylindrical-coordinate representation of color #ABDC85: hue angle of 93.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDC85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 133 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.14 |
| HSL | 93.79º | 0.55% | 0.69% | - |
| HSV(B) | 93.79º | 0.4% | 0.86% | - |
| XYZ | 46.62 | 61.54 | 31.61 | - |
| YUV | 195.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 133 | 0.22 | 0 | 0.40 | 0.14 | 93.79 | 0.55 | 0.69 |
| Hex | AB | DC | 85 | 16 | 0 | 28 | E | 5E | 37 | 45 |
| Octal | 253 | 334 | 205 | 26 | 0 | 50 | 16 | 136 | 67 | 105 |
| Binary | 10101011 | 11011100 | 10000101 | 10110 | 0 | 101000 | 1110 | 1011110 | 110111 | 1000101 |
Color Harmonies of #ABDC85
Complementary color
Monochromatic Colors of #ABDC85
Black with #ABDC85
Text Example
Text Example
White with #ABDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC85; }
p { color: rgb(171,220,133); }
H1.HeaderClassName
{
color: #ABDC85;
}
.AnyTagClassName
{
color: #ABDC85;
}
</style>
background-color css
<style>
a { background-color: #ABDC85; }
a { background-color: rgb(171,220,133); }
div.DivClassName
{
background-color: #ABDC85;
}
.BgClassName
{
background-color: #ABDC85;
}
</style>
border-color css
<style>
span { border-color: #ABDC85; }
span { border-color: rgb(171,220,133); }
td.TdClassName
{
border-color: #ABDC85;
}
.TagClassName
{
border-color: #ABDC85;
}
</style>