Shades of Feijoa #ABDF78
Tints of Feijoa #ABDF78
RGB
CMYK
RGB Variations
Color information
#ABDF78 (or 0xABDF78) is known color: Feijoa. HEX triplet: AB, DF and 78. RGB value is (171,223,120). Sum of RGB (Red+Green+Blue) = 171+223+120=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF78 is #542087. Grayscale: #C4C4C4. Windows color (decimal): -5513352 or 7921579. OLE color: 7921579.
HSL color Cylindrical-coordinate representation of color #ABDF78: hue angle of 90.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABDF78 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 120 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.13 |
| HSL | 90.29º | 0.62% | 0.67% | - |
| HSV(B) | 90.29º | 0.46% | 0.87% | - |
| XYZ | 46.57 | 62.79 | 27.43 | - |
| YUV | 195.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 120 | 0.23 | 0 | 0.46 | 0.13 | 90.29 | 0.62 | 0.67 |
| Hex | AB | DF | 78 | 17 | 0 | 2E | D | 5A | 3E | 43 |
| Octal | 253 | 337 | 170 | 27 | 0 | 56 | 15 | 132 | 76 | 103 |
| Binary | 10101011 | 11011111 | 1111000 | 10111 | 0 | 101110 | 1101 | 1011010 | 111110 | 1000011 |
Color Harmonies of #ABDF78
Complementary color
Monochromatic Colors of #ABDF78
Black with #ABDF78
Text Example
Text Example
White with #ABDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF78; }
p { color: rgb(171,223,120); }
H1.HeaderClassName
{
color: #ABDF78;
}
.AnyTagClassName
{
color: #ABDF78;
}
</style>
background-color css
<style>
a { background-color: #ABDF78; }
a { background-color: rgb(171,223,120); }
div.DivClassName
{
background-color: #ABDF78;
}
.BgClassName
{
background-color: #ABDF78;
}
</style>
border-color css
<style>
span { border-color: #ABDF78; }
span { border-color: rgb(171,223,120); }
td.TdClassName
{
border-color: #ABDF78;
}
.TagClassName
{
border-color: #ABDF78;
}
</style>