#ABDC8D

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

Shades of Feijoa #ABDC8D

Tints of Feijoa #ABDC8D

Color information

#ABDC8D (or 0xABDC8D) is unknown color: approx Feijoa. HEX triplet: AB, DC and 8D. RGB value is (171,220,141). Sum of RGB (Red+Green+Blue) = 171+220+141=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC8D is #542372. Grayscale: #C4C4C4. Windows color (decimal): -5514099 or 9297067. OLE color: 9297067.

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

Color convert

RGB171220141-
CMYK0.2200.360.14
HSL97.22º53.02%70.78%-
HSV(B)97.22º35.91%86.27%-
XYZ47.261.7734.63-
YUV196.3496.77109.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=32.14%
G=41.35%
B=26.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201410.2200.360.1497.2253.0270.78
HexABDC8D16024E613547
Octal253334215260441614165107
Binary101010111101110010001101101100100100111011000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC8D; }

 p { color: rgb(171,220,141); }

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

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

 a { background-color: rgb(171,220,141); }

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

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

 span { border-color: rgb(171,220,141); }

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