Shades of Feijoa #ABDC7B
Tints of Feijoa #ABDC7B
RGB
CMYK
RGB Variations
Color information
#ABDC7B (or 0xABDC7B) is known color: Feijoa. HEX triplet: AB, DC and 7B. RGB value is (171,220,123). Sum of RGB (Red+Green+Blue) = 171+220+123=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC7B is #542384. Grayscale: #C2C2C2. Windows color (decimal): -5514117 or 8117419. OLE color: 8117419.
HSL color Cylindrical-coordinate representation of color #ABDC7B: hue angle of 90.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABDC7B is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 123 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.14 |
| HSL | 90.31º | 0.58% | 0.67% | - |
| HSV(B) | 90.31º | 0.44% | 0.86% | - |
| XYZ | 45.96 | 61.27 | 28.14 | - |
| YUV | 194.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 123 | 0.22 | 0 | 0.44 | 0.14 | 90.31 | 0.58 | 0.67 |
| Hex | AB | DC | 7B | 16 | 0 | 2C | E | 5A | 3A | 43 |
| Octal | 253 | 334 | 173 | 26 | 0 | 54 | 16 | 132 | 72 | 103 |
| Binary | 10101011 | 11011100 | 1111011 | 10110 | 0 | 101100 | 1110 | 1011010 | 111010 | 1000011 |
Color Harmonies of #ABDC7B
Complementary color
Monochromatic Colors of #ABDC7B
Black with #ABDC7B
Text Example
Text Example
White with #ABDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC7B; }
p { color: rgb(171,220,123); }
H1.HeaderClassName
{
color: #ABDC7B;
}
.AnyTagClassName
{
color: #ABDC7B;
}
</style>
background-color css
<style>
a { background-color: #ABDC7B; }
a { background-color: rgb(171,220,123); }
div.DivClassName
{
background-color: #ABDC7B;
}
.BgClassName
{
background-color: #ABDC7B;
}
</style>
border-color css
<style>
span { border-color: #ABDC7B; }
span { border-color: rgb(171,220,123); }
td.TdClassName
{
border-color: #ABDC7B;
}
.TagClassName
{
border-color: #ABDC7B;
}
</style>