#ABDB8E

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

Shades of Feijoa #ABDB8E

Tints of Feijoa #ABDB8E

Color information

#ABDB8E (or 0xABDB8E) is unknown color: approx Feijoa. HEX triplet: AB, DB and 8E. RGB value is (171,219,142). Sum of RGB (Red+Green+Blue) = 171+219+142=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB8E is #542471. Grayscale: #C4C4C4. Windows color (decimal): -5514354 or 9362347. OLE color: 9362347.

HSL color Cylindrical-coordinate representation of color #ABDB8E: hue angle of 97.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDB8E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB171219142-
CMYK0.2200.350.14
HSL97.4º51.68%70.78%-
HSV(B)97.4º35.16%85.88%-
XYZ47.0161.2734.94-
YUV195.8797.6110.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=32.14%
G=41.17%
B=26.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191420.2200.350.1497.451.6870.78
HexABDB8E16023E613447
Octal253333216260431614164107
Binary101010111101101110001110101100100011111011000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDB8E; }

 p { color: rgb(171,219,142); }

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

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

 a { background-color: rgb(171,219,142); }

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

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

 span { border-color: rgb(171,219,142); }

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