Shades of Feijoa #ABD27E
Tints of Feijoa #ABD27E
RGB
CMYK
RGB Variations
Color information
#ABD27E (or 0xABD27E) is known color: Feijoa. HEX triplet: AB, D2 and 7E. RGB value is (171,210,126). Sum of RGB (Red+Green+Blue) = 171+210+126=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD27E is #542D81. Grayscale: #BDBDBD. Windows color (decimal): -5516674 or 8311467. OLE color: 8311467.
HSL color Cylindrical-coordinate representation of color #ABD27E: hue angle of 87.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABD27E is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 126 | - |
| CMYK | 0.19 | 0 | 0.4 | 0.18 |
| HSL | 87.86º | 0.48% | 0.66% | - |
| HSV(B) | 87.86º | 0.4% | 0.82% | - |
| XYZ | 43.61 | 56.26 | 28.3 | - |
| YUV | 188.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 126 | 0.19 | 0 | 0.4 | 0.18 | 87.86 | 0.48 | 0.66 |
| Hex | AB | D2 | 7E | 13 | 0 | 28 | 12 | 58 | 30 | 42 |
| Octal | 253 | 322 | 176 | 23 | 0 | 50 | 22 | 130 | 60 | 102 |
| Binary | 10101011 | 11010010 | 1111110 | 10011 | 0 | 101000 | 10010 | 1011000 | 110000 | 1000010 |
Color Harmonies of #ABD27E
Complementary color
Monochromatic Colors of #ABD27E
Black with #ABD27E
Text Example
Text Example
White with #ABD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD27E; }
p { color: rgb(171,210,126); }
H1.HeaderClassName
{
color: #ABD27E;
}
.AnyTagClassName
{
color: #ABD27E;
}
</style>
background-color css
<style>
a { background-color: #ABD27E; }
a { background-color: rgb(171,210,126); }
div.DivClassName
{
background-color: #ABD27E;
}
.BgClassName
{
background-color: #ABD27E;
}
</style>
border-color css
<style>
span { border-color: #ABD27E; }
span { border-color: rgb(171,210,126); }
td.TdClassName
{
border-color: #ABD27E;
}
.TagClassName
{
border-color: #ABD27E;
}
</style>