Shades of Feijoa #ABDC92
Tints of Feijoa #ABDC92
RGB
CMYK
RGB Variations
Color information
#ABDC92 (or 0xABDC92) is known color: Feijoa. HEX triplet: AB, DC and 92. RGB value is (171,220,146). Sum of RGB (Red+Green+Blue) = 171+220+146=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC92 is #54236D. Grayscale: #C5C5C5. Windows color (decimal): -5514094 or 9624747. OLE color: 9624747.
HSL color Cylindrical-coordinate representation of color #ABDC92: hue angle of 99.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDC92 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 146 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.14 |
| HSL | 99.73º | 0.51% | 0.72% | - |
| HSV(B) | 99.73º | 0.34% | 0.86% | - |
| XYZ | 47.58 | 61.92 | 36.64 | - |
| YUV | 196.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 146 | 0.22 | 0 | 0.34 | 0.14 | 99.73 | 0.51 | 0.72 |
| Hex | AB | DC | 92 | 16 | 0 | 22 | E | 64 | 33 | 48 |
| Octal | 253 | 334 | 222 | 26 | 0 | 42 | 16 | 144 | 63 | 110 |
| Binary | 10101011 | 11011100 | 10010010 | 10110 | 0 | 100010 | 1110 | 1100100 | 110011 | 1001000 |
Color Harmonies of #ABDC92
Complementary color
Monochromatic Colors of #ABDC92
Black with #ABDC92
Text Example
Text Example
White with #ABDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC92; }
p { color: rgb(171,220,146); }
H1.HeaderClassName
{
color: #ABDC92;
}
.AnyTagClassName
{
color: #ABDC92;
}
</style>
background-color css
<style>
a { background-color: #ABDC92; }
a { background-color: rgb(171,220,146); }
div.DivClassName
{
background-color: #ABDC92;
}
.BgClassName
{
background-color: #ABDC92;
}
</style>
border-color css
<style>
span { border-color: #ABDC92; }
span { border-color: rgb(171,220,146); }
td.TdClassName
{
border-color: #ABDC92;
}
.TagClassName
{
border-color: #ABDC92;
}
</style>