Shades of Feijoa #ABDD7F
Tints of Feijoa #ABDD7F
RGB
CMYK
RGB Variations
Color information
#ABDD7F (or 0xABDD7F) is known color: Feijoa. HEX triplet: AB, DD and 7F. RGB value is (171,221,127). Sum of RGB (Red+Green+Blue) = 171+221+127=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD7F is #542280. Grayscale: #C3C3C3. Windows color (decimal): -5513857 or 8379819. OLE color: 8379819.
HSL color Cylindrical-coordinate representation of color #ABDD7F: hue angle of 91.91º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABDD7F is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 127 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.13 |
| HSL | 91.91º | 0.58% | 0.68% | - |
| HSV(B) | 91.91º | 0.43% | 0.87% | - |
| XYZ | 46.48 | 61.9 | 29.58 | - |
| YUV | 195.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 127 | 0.23 | 0 | 0.43 | 0.13 | 91.91 | 0.58 | 0.68 |
| Hex | AB | DD | 7F | 17 | 0 | 2B | D | 5C | 3A | 44 |
| Octal | 253 | 335 | 177 | 27 | 0 | 53 | 15 | 134 | 72 | 104 |
| Binary | 10101011 | 11011101 | 1111111 | 10111 | 0 | 101011 | 1101 | 1011100 | 111010 | 1000100 |
Color Harmonies of #ABDD7F
Complementary color
Monochromatic Colors of #ABDD7F
Black with #ABDD7F
Text Example
Text Example
White with #ABDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD7F; }
p { color: rgb(171,221,127); }
H1.HeaderClassName
{
color: #ABDD7F;
}
.AnyTagClassName
{
color: #ABDD7F;
}
</style>
background-color css
<style>
a { background-color: #ABDD7F; }
a { background-color: rgb(171,221,127); }
div.DivClassName
{
background-color: #ABDD7F;
}
.BgClassName
{
background-color: #ABDD7F;
}
</style>
border-color css
<style>
span { border-color: #ABDD7F; }
span { border-color: rgb(171,221,127); }
td.TdClassName
{
border-color: #ABDD7F;
}
.TagClassName
{
border-color: #ABDD7F;
}
</style>