Shades of Feijoa #ABD27F
Tints of Feijoa #ABD27F
RGB
CMYK
RGB Variations
Color information
#ABD27F (or 0xABD27F) is known color: Feijoa. HEX triplet: AB, D2 and 7F. RGB value is (171,210,127). Sum of RGB (Red+Green+Blue) = 171+210+127=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD27F is #542D80. Grayscale: #BDBDBD. Windows color (decimal): -5516673 or 8377003. OLE color: 8377003.
HSL color Cylindrical-coordinate representation of color #ABD27F: hue angle of 88.19º 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 #ABD27F is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 127 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.18 |
| HSL | 88.19º | 0.48% | 0.66% | - |
| HSV(B) | 88.19º | 0.4% | 0.82% | - |
| XYZ | 43.67 | 56.28 | 28.64 | - |
| YUV | 188.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 127 | 0.19 | 0 | 0.40 | 0.18 | 88.19 | 0.48 | 0.66 |
| Hex | AB | D2 | 7F | 13 | 0 | 28 | 12 | 58 | 30 | 42 |
| Octal | 253 | 322 | 177 | 23 | 0 | 50 | 22 | 130 | 60 | 102 |
| Binary | 10101011 | 11010010 | 1111111 | 10011 | 0 | 101000 | 10010 | 1011000 | 110000 | 1000010 |
Color Harmonies of #ABD27F
Complementary color
Monochromatic Colors of #ABD27F
Black with #ABD27F
Text Example
Text Example
White with #ABD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD27F; }
p { color: rgb(171,210,127); }
H1.HeaderClassName
{
color: #ABD27F;
}
.AnyTagClassName
{
color: #ABD27F;
}
</style>
background-color css
<style>
a { background-color: #ABD27F; }
a { background-color: rgb(171,210,127); }
div.DivClassName
{
background-color: #ABD27F;
}
.BgClassName
{
background-color: #ABD27F;
}
</style>
border-color css
<style>
span { border-color: #ABD27F; }
span { border-color: rgb(171,210,127); }
td.TdClassName
{
border-color: #ABD27F;
}
.TagClassName
{
border-color: #ABD27F;
}
</style>