#ABD890

Color #ABD890 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABD890

Tints of Feijoa #ABD890

Color information

#ABD890 (or 0xABD890) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 90. RGB value is (171,216,144). Sum of RGB (Red+Green+Blue) = 171+216+144=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD890 is #54276F. Grayscale: #C2C2C2. Windows color (decimal): -5515120 or 9492651. OLE color: 9492651.

HSL color Cylindrical-coordinate representation of color #ABD890: hue angle of 97.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD890 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB171216144-
CMYK0.2100.330.15
HSL97.5º48%70.59%-
HSV(B)97.5º33.33%84.71%-
XYZ46.3859.7835.48-
YUV194.3499.59111.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=32.20%
G=40.68%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161440.2100.330.1597.54870.59
HexABD89015021F623047
Octal253330220250411714260107
Binary101010111101100010010000101010100001111111000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD890; }

 p { color: rgb(171,216,144); }

 H1.HeaderClassName
 {
   color: #ABD890;
 }
 .AnyTagClassName
 {
   color: #ABD890;
 }
</style>
background-color css

<style>
 a { background-color: #ABD890; }

 a { background-color: rgb(171,216,144); }

 div.DivClassName
 {
   background-color: #ABD890;
 }
 .BgClassName
 {
   background-color: #ABD890;
 }
</style>
border-color css

<style>
 span { border-color: #ABD890; }

 span { border-color: rgb(171,216,144); }

 td.TdClassName
 {
   border-color: #ABD890;
 }
 .TagClassName
 {
   border-color: #ABD890;
 }
</style>