Shades of Feijoa #ABDA92
Tints of Feijoa #ABDA92
RGB
CMYK
RGB Variations
Color information
#ABDA92 (or 0xABDA92) is known color: Feijoa. HEX triplet: AB, DA and 92. RGB value is (171,218,146). Sum of RGB (Red+Green+Blue) = 171+218+146=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA92 is #54256D. Grayscale: #C3C3C3. Windows color (decimal): -5514606 or 9624235. OLE color: 9624235.
HSL color Cylindrical-coordinate representation of color #ABDA92: hue angle of 99.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDA92 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 146 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.15 |
| HSL | 99.17º | 0.49% | 0.71% | - |
| HSV(B) | 99.17º | 0.33% | 0.85% | - |
| XYZ | 47.05 | 60.88 | 36.46 | - |
| YUV | 195.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 146 | 0.22 | 0 | 0.33 | 0.15 | 99.17 | 0.49 | 0.71 |
| Hex | AB | DA | 92 | 16 | 0 | 21 | F | 63 | 31 | 47 |
| Octal | 253 | 332 | 222 | 26 | 0 | 41 | 17 | 143 | 61 | 107 |
| Binary | 10101011 | 11011010 | 10010010 | 10110 | 0 | 100001 | 1111 | 1100011 | 110001 | 1000111 |
Color Harmonies of #ABDA92
Complementary color
Monochromatic Colors of #ABDA92
Black with #ABDA92
Text Example
Text Example
White with #ABDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA92; }
p { color: rgb(171,218,146); }
H1.HeaderClassName
{
color: #ABDA92;
}
.AnyTagClassName
{
color: #ABDA92;
}
</style>
background-color css
<style>
a { background-color: #ABDA92; }
a { background-color: rgb(171,218,146); }
div.DivClassName
{
background-color: #ABDA92;
}
.BgClassName
{
background-color: #ABDA92;
}
</style>
border-color css
<style>
span { border-color: #ABDA92; }
span { border-color: rgb(171,218,146); }
td.TdClassName
{
border-color: #ABDA92;
}
.TagClassName
{
border-color: #ABDA92;
}
</style>