Shades of Feijoa #ABDA85
Tints of Feijoa #ABDA85
RGB
CMYK
RGB Variations
Color information
#ABDA85 (or 0xABDA85) is known color: Feijoa. HEX triplet: AB, DA and 85. RGB value is (171,218,133). Sum of RGB (Red+Green+Blue) = 171+218+133=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA85 is #54257A. Grayscale: #C2C2C2. Windows color (decimal): -5514619 or 8772267. OLE color: 8772267.
HSL color Cylindrical-coordinate representation of color #ABDA85: hue angle of 93.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDA85 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 133 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.15 |
| HSL | 93.18º | 0.53% | 0.69% | - |
| HSV(B) | 93.18º | 0.39% | 0.85% | - |
| XYZ | 46.1 | 60.49 | 31.44 | - |
| YUV | 194.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 133 | 0.22 | 0 | 0.39 | 0.15 | 93.18 | 0.53 | 0.69 |
| Hex | AB | DA | 85 | 16 | 0 | 27 | F | 5D | 35 | 45 |
| Octal | 253 | 332 | 205 | 26 | 0 | 47 | 17 | 135 | 65 | 105 |
| Binary | 10101011 | 11011010 | 10000101 | 10110 | 0 | 100111 | 1111 | 1011101 | 110101 | 1000101 |
Color Harmonies of #ABDA85
Complementary color
Monochromatic Colors of #ABDA85
Black with #ABDA85
Text Example
Text Example
White with #ABDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA85; }
p { color: rgb(171,218,133); }
H1.HeaderClassName
{
color: #ABDA85;
}
.AnyTagClassName
{
color: #ABDA85;
}
</style>
background-color css
<style>
a { background-color: #ABDA85; }
a { background-color: rgb(171,218,133); }
div.DivClassName
{
background-color: #ABDA85;
}
.BgClassName
{
background-color: #ABDA85;
}
</style>
border-color css
<style>
span { border-color: #ABDA85; }
span { border-color: rgb(171,218,133); }
td.TdClassName
{
border-color: #ABDA85;
}
.TagClassName
{
border-color: #ABDA85;
}
</style>