Shades of Feijoa #ABD48E
Tints of Feijoa #ABD48E
RGB
CMYK
RGB Variations
Color information
#ABD48E (or 0xABD48E) is known color: Feijoa. HEX triplet: AB, D4 and 8E. RGB value is (171,212,142). Sum of RGB (Red+Green+Blue) = 171+212+142=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD48E is #542B71. Grayscale: #C0C0C0. Windows color (decimal): -5516146 or 9360555. OLE color: 9360555.
HSL color Cylindrical-coordinate representation of color #ABD48E: hue angle of 95.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD48E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 212 | 142 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.17 |
| HSL | 95.14º | 0.45% | 0.69% | - |
| HSV(B) | 95.14º | 0.33% | 0.83% | - |
| XYZ | 45.22 | 57.7 | 34.34 | - |
| YUV | 191.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 142 | 0.19 | 0 | 0.33 | 0.17 | 95.14 | 0.45 | 0.69 |
| Hex | AB | D4 | 8E | 13 | 0 | 21 | 11 | 5F | 2D | 45 |
| Octal | 253 | 324 | 216 | 23 | 0 | 41 | 21 | 137 | 55 | 105 |
| Binary | 10101011 | 11010100 | 10001110 | 10011 | 0 | 100001 | 10001 | 1011111 | 101101 | 1000101 |
Color Harmonies of #ABD48E
Complementary color
Monochromatic Colors of #ABD48E
Black with #ABD48E
Text Example
Text Example
White with #ABD48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD48E; }
p { color: rgb(171,212,142); }
H1.HeaderClassName
{
color: #ABD48E;
}
.AnyTagClassName
{
color: #ABD48E;
}
</style>
background-color css
<style>
a { background-color: #ABD48E; }
a { background-color: rgb(171,212,142); }
div.DivClassName
{
background-color: #ABD48E;
}
.BgClassName
{
background-color: #ABD48E;
}
</style>
border-color css
<style>
span { border-color: #ABD48E; }
span { border-color: rgb(171,212,142); }
td.TdClassName
{
border-color: #ABD48E;
}
.TagClassName
{
border-color: #ABD48E;
}
</style>