Shades of Feijoa #ABDD72
Tints of Feijoa #ABDD72
RGB
CMYK
RGB Variations
Color information
#ABDD72 (or 0xABDD72) is known color: Feijoa. HEX triplet: AB, DD and 72. RGB value is (171,221,114). Sum of RGB (Red+Green+Blue) = 171+221+114=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD72 is #54228D. Grayscale: #C2C2C2. Windows color (decimal): -5513870 or 7527851. OLE color: 7527851.
HSL color Cylindrical-coordinate representation of color #ABDD72: hue angle of 88.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDD72 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 114 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.13 |
| HSL | 88.04º | 0.61% | 0.66% | - |
| HSV(B) | 88.04º | 0.48% | 0.87% | - |
| XYZ | 45.69 | 61.59 | 25.4 | - |
| YUV | 193.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 114 | 0.23 | 0 | 0.48 | 0.13 | 88.04 | 0.61 | 0.66 |
| Hex | AB | DD | 72 | 17 | 0 | 30 | D | 58 | 3D | 42 |
| Octal | 253 | 335 | 162 | 27 | 0 | 60 | 15 | 130 | 75 | 102 |
| Binary | 10101011 | 11011101 | 1110010 | 10111 | 0 | 110000 | 1101 | 1011000 | 111101 | 1000010 |
Color Harmonies of #ABDD72
Complementary color
Monochromatic Colors of #ABDD72
Black with #ABDD72
Text Example
Text Example
White with #ABDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD72; }
p { color: rgb(171,221,114); }
H1.HeaderClassName
{
color: #ABDD72;
}
.AnyTagClassName
{
color: #ABDD72;
}
</style>
background-color css
<style>
a { background-color: #ABDD72; }
a { background-color: rgb(171,221,114); }
div.DivClassName
{
background-color: #ABDD72;
}
.BgClassName
{
background-color: #ABDD72;
}
</style>
border-color css
<style>
span { border-color: #ABDD72; }
span { border-color: rgb(171,221,114); }
td.TdClassName
{
border-color: #ABDD72;
}
.TagClassName
{
border-color: #ABDD72;
}
</style>